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