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