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