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