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