2 references to IsDefined
mscorlib (2)
system\attribute.cs (1)
609return IsDefined(element, attributeType, true);
system\reflection\CustomAttributeExtensions.cs (1)
167return Attribute.IsDefined(element, attributeType, inherit);