3 references to GetCustomAttributes
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Reflection\CustomAttributeExtensions.cs (1)
133
return Attribute.
GetCustomAttributes
(element, attributeType, inherit);
src\System\Attribute.CoreCLR.cs (2)
534
return
GetCustomAttributes
(element, attributeType, true);
612
Attribute[] attrib =
GetCustomAttributes
(element, attributeType, inherit);