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