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