2 references to GetAttributes
Test.Utilities (2)
ISymbolExtensions.cs (2)
649return symbol.GetAttributes(attributesToMatch: attributeTypesToMatch); 679return symbol.GetAttributes(attributesToMatch).Any();