4 references to matchesAttributeName
Microsoft.CodeAnalysis (4)
SourceGeneration\Nodes\SyntaxValueProvider_ForAttributeWithSimpleName.cs (4)
254
if (
matchesAttributeName
(simpleAttributeName, withAttributeSuffix: false) ||
255
matchesAttributeName
(simpleAttributeName, withAttributeSuffix: true))
341
matchesAttributeName
(symbolName, withAttributeSuffix: false))
350
matchesAttributeName
(symbolName, withAttributeSuffix: false))