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