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)
483
Handle typeHandle = customAttributeHandle.
GetCustomAttribute
(reader).GetAttributeTypeHandle(reader);
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
73
CustomAttribute ca = cah.
GetCustomAttribute
(_reader);