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