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