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