3 references to AttributeEquals
Microsoft.CodeAnalysis.CSharp (3)
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (1)
259
return string.IsNullOrEmpty(attribute.Name.NamespaceName) && DocumentationCommentXmlNames.
AttributeEquals
(attribute.Name.LocalName, name);
Parser\DocumentationCommentParser.cs (2)
473
if (hasNoPrefix && DocumentationCommentXmlNames.
AttributeEquals
(attrNameText, DocumentationCommentXmlNames.CrefAttributeName) &&
480
else if (hasNoPrefix && DocumentationCommentXmlNames.
AttributeEquals
(attrNameText, DocumentationCommentXmlNames.NameAttributeName) &&