3 references to GetCustomAttributes
System.Composition.TypedParts (1)
System\Composition\TypedParts\Util\DirectAttributeContext.cs (1)
29
return Attribute.
GetCustomAttributes
(parameter, false);
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\CustomAttributeExtensions.cs (1)
88
return Attribute.
GetCustomAttributes
(element, inherit);
System\Reflection\Attribute.NativeAot.cs (1)
75
public static Attribute[] GetCustomAttributes(ParameterInfo element) =>
GetCustomAttributes
(element, inherit: true);