5 references to NameAttributeName
Microsoft.CodeAnalysis.CSharp (5)
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (1)
222
else if (AttributeNameIs(attribute, DocumentationCommentXmlNames.
NameAttributeName
))
Parser\DocumentationCommentParser.cs (1)
480
else if (hasNoPrefix && DocumentationCommentXmlNames.AttributeEquals(attrNameText, DocumentationCommentXmlNames.
NameAttributeName
) &&
Parser\DocumentationCommentXmlTokens.cs (2)
34
private static readonly SyntaxToken s_nameToken = IdentifierWithLeadingSpace(DocumentationCommentXmlNames.
NameAttributeName
);
174
case DocumentationCommentXmlNames.
NameAttributeName
:
Syntax\SyntaxFactory.cs (1)
748
XmlName(DocumentationCommentXmlNames.
NameAttributeName
),