2 references to GetCustomAttributes
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\CustomAttributeExtensions.cs (1)
133return Attribute.GetCustomAttributes(element, attributeType, inherit);
System\Reflection\Attribute.NativeAot.cs (1)
81public static Attribute[] GetCustomAttributes(ParameterInfo element, Type attributeType) => GetCustomAttributes(element, attributeType, inherit: true);