2 references to GetAttributeTypeHandle
System.Private.CoreLib (2)
System\Reflection\Runtime\CustomAttributes\NativeFormat\NativeFormatCustomAttributeData.cs (1)
43
lazyAttributeType = _lazyAttributeType = _customAttribute.
GetAttributeTypeHandle
(_reader).Resolve(_reader, new TypeContext(null, null)).ToType();
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (1)
483
Handle typeHandle = customAttributeHandle.GetCustomAttribute(reader).
GetAttributeTypeHandle
(reader);