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