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