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