5 references to ElementNameIs
Microsoft.CodeAnalysis.Workspaces (5)
Shared\Extensions\ISymbolExtensions.cs (5)
302if (ElementNameIs(element, DocumentationCommentXmlNames.InheritdocElementName)) 540if (ElementNameIs(element, "member") || ElementNameIs(element, "doc")) 550if (ElementNameIs(current, "member") || ElementNameIs(current, "doc"))