4 references to IncludeElementName
Microsoft.CodeAnalysis.CSharp (4)
Compiler\DocumentationCommentCompiler.DocumentationCommentWalker.cs (1)
210
DocumentationCommentXmlNames.ElementEquals(nameSyntax.LocalName.ValueText, DocumentationCommentXmlNames.
IncludeElementName
))
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (1)
180
if (ElementNameIs(element, DocumentationCommentXmlNames.
IncludeElementName
))
Parser\DocumentationCommentXmlTokens.cs (2)
22
private static readonly SyntaxToken s_includeToken = Identifier(DocumentationCommentXmlNames.
IncludeElementName
);
114
case DocumentationCommentXmlNames.
IncludeElementName
: