4 references to HasAnyAttribute
Test.Utilities (4)
DoNotCatchGeneralUnlessRethrown.cs (1)
63
if (RequiresAttributeOnMethod && !method.
HasAnyAttribute
(requiredAttributeType))
IEnumerableOfIMethodSymbolExtensions.cs (1)
26
return methods.Where(m => !m.
HasAnyAttribute
(attributeType));
ISymbolExtensions.cs (2)
742
if (symbol.
HasAnyAttribute
(attribute))
781
if (symbol.
HasAnyAttribute
(attribute))