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