2 references to GetCustomAttributes
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\CustomAttributeExtensions.cs (1)
67
return Attribute.
GetCustomAttributes
(element);
System\Reflection\Attribute.NativeAot.cs (1)
44
public static Attribute[] GetCustomAttributes(Assembly element, bool inherit) =>
GetCustomAttributes
(element); // "inherit" is meaningless for assemblies