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