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