5 references to ElementNameIs
Microsoft.AspNetCore.OpenApi.SourceGenerators (5)
XmlComments\XmlComment.InheritDoc.cs (5)
111
if (
ElementNameIs
(element, DocumentationCommentXmlNames.InheritdocElementName))
347
if (
ElementNameIs
(element, "member") ||
ElementNameIs
(element, "doc"))
357
if (
ElementNameIs
(current, "member") ||
ElementNameIs
(current, "doc"))