2 references to GetCustomAttributes
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\CustomAttributeExtensions.cs (1)
99
return Attribute.
GetCustomAttributes
(element, attributeType);
System\Reflection\Attribute.NativeAot.cs (1)
73
public static Attribute[] GetCustomAttributes(Module element, Type attributeType, bool inherit) =>
GetCustomAttributes
(element, attributeType); // "inherit" is meaningless for modules