2 references to GetAttributes
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
src\RoslynAnalyzers\Utilities\Compiler\Extensions\ISymbolExtensions.cs (2)
265
return symbol.
GetAttributes
(attributesToMatch: attributeTypesToMatch);
270
return symbol.
GetAttributes
(attributesToMatch).Any();