2 references to GetAttributes
GenerateDocumentationAndConfigFiles (2)
src\RoslynAnalyzers\Utilities\Compiler\Extensions\ISymbolExtensions.cs (2)
242return symbol.GetAttributes(attributeType).FirstOrDefault(); 275return symbol.GetAttributes(attributeTypesToMatch).Any();