3 references to GetCustomAttributes
mscorlib (3)
system\attribute.cs (2)
564return (Attribute[])GetCustomAttributes(element, attributeType, true); 653Attribute[] attrib = GetCustomAttributes(element, attributeType, inherit);
system\reflection\CustomAttributeExtensions.cs (1)
130return Attribute.GetCustomAttributes(element, attributeType, inherit);