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