2 references to GetAttributes
Roslyn.Diagnostics.Analyzers (2)
src\RoslynAnalyzers\Utilities\Compiler\Extensions\ISymbolExtensions.cs (2)
651return symbol.GetAttributes(attributesToMatch: attributeTypesToMatch); 681return symbol.GetAttributes(attributesToMatch).Any();