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