dotnet/roslyn

`DocumentationCommentId` doesn't handle keyword-like identifiers with `@`

Open

#55,527 opened on Aug 10, 2021

 (3 comments) (0 reactions) (0 assignees)C# (4,257 forks)batch import
Area-CompilersConcept-Continuous Improvementhelp wanted

Repository metrics

Stars
 (20,414 stars)
PR merge metrics
 (Avg merge 6d 17h) (256 merged PRs in 30d)

Description

namespace MyApp
{
    public class @new { }
}

DocumentationCommentId.CreateReferenceId should return MyApp.@new instead of MyApp.new

Contributor guide