3 references to GetCustomAttribute
System.Private.CoreLib (3)
System\Reflection\Runtime\CustomAttributes\NativeFormat\NativeFormatCustomAttributeData.cs (1)
33_customAttribute = customAttributeHandle.GetCustomAttribute(reader);
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (1)
483Handle typeHandle = customAttributeHandle.GetCustomAttribute(reader).GetAttributeTypeHandle(reader);
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
73CustomAttribute ca = cah.GetCustomAttribute(_reader);