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