2 references to GetCustomAttributes
mscorlib (2)
system\attribute.cs (2)
672return GetCustomAttributes (element, attributeType, true); 734Attribute[] attrib = GetCustomAttributes(element,attributeType,inherit);