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