5 references to IdentifierWithLeadingSpace
Microsoft.CodeAnalysis.CSharp (5)
Parser\DocumentationCommentXmlTokens.cs (5)
32
private static readonly SyntaxToken s_crefToken =
IdentifierWithLeadingSpace
(DocumentationCommentXmlNames.CrefAttributeName);
33
private static readonly SyntaxToken s_fileToken =
IdentifierWithLeadingSpace
(DocumentationCommentXmlNames.FileAttributeName);
34
private static readonly SyntaxToken s_nameToken =
IdentifierWithLeadingSpace
(DocumentationCommentXmlNames.NameAttributeName);
35
private static readonly SyntaxToken s_pathToken =
IdentifierWithLeadingSpace
(DocumentationCommentXmlNames.PathAttributeName);
36
private static readonly SyntaxToken s_typeToken =
IdentifierWithLeadingSpace
(DocumentationCommentXmlNames.TypeAttributeName);