5 references to ElementNameIs
Microsoft.CodeAnalysis.CSharp (5)
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (5)
180
if (
ElementNameIs
(element, DocumentationCommentXmlNames.IncludeElementName))
224
if (
ElementNameIs
(element, DocumentationCommentXmlNames.ParameterElementName) ||
225
ElementNameIs
(element, DocumentationCommentXmlNames.ParameterReferenceElementName))
229
else if (
ElementNameIs
(element, DocumentationCommentXmlNames.TypeParameterElementName))
233
else if (
ElementNameIs
(element, DocumentationCommentXmlNames.TypeParameterReferenceElementName))