2 references to GetCustomAttributes
System.Private.CoreLib (2)
src\System\Attribute.CoreCLR.cs (2)
699
return
GetCustomAttributes
(element, attributeType, true);
752
Attribute[] attrib =
GetCustomAttributes
(element, attributeType, inherit);