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