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