5 references to CrefAttributeName
Microsoft.CodeAnalysis.CSharp (5)
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (1)
218
if (AttributeNameIs(attribute, DocumentationCommentXmlNames.
CrefAttributeName
))
Parser\DocumentationCommentParser.cs (1)
473
if (hasNoPrefix && DocumentationCommentXmlNames.AttributeEquals(attrNameText, DocumentationCommentXmlNames.
CrefAttributeName
) &&
Parser\DocumentationCommentXmlTokens.cs (2)
32
private static readonly SyntaxToken s_crefToken = IdentifierWithLeadingSpace(DocumentationCommentXmlNames.
CrefAttributeName
);
168
case DocumentationCommentXmlNames.
CrefAttributeName
:
Syntax\SyntaxFactory.cs (1)
781
XmlName(DocumentationCommentXmlNames.
CrefAttributeName
),