4 references to GetCustomAttributes
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\AssociatedMetadataTypeTypeDescriptor.cs (1)
187
attributes = Attribute.
GetCustomAttributes
(matchingMember, true /* inherit */);
System.Composition.TypedParts (1)
System\Composition\TypedParts\Util\DirectAttributeContext.cs (1)
20
return Attribute.
GetCustomAttributes
(member, false);
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\CustomAttributeExtensions.cs (1)
84
return Attribute.
GetCustomAttributes
(element, inherit);
System\Reflection\Attribute.NativeAot.cs (1)
51
public static Attribute[] GetCustomAttributes(MemberInfo element) =>
GetCustomAttributes
(element, inherit: true);