4 references to matchesAttributeName
Microsoft.CodeAnalysis (4)
SourceGeneration\Nodes\SyntaxValueProvider_ForAttributeWithSimpleName.cs (4)
260
if (
matchesAttributeName
(simpleAttributeName, withAttributeSuffix: false) ||
261
matchesAttributeName
(simpleAttributeName, withAttributeSuffix: true))
348
matchesAttributeName
(symbolName, withAttributeSuffix: false))
357
matchesAttributeName
(symbolName, withAttributeSuffix: false))