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