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