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