3 references to GetAttributeTypeHandle
System.Private.CoreLib (3)
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (1)
190
Handle typeHandle = customAttributeHandle.GetCustomAttribute(reader).
GetAttributeTypeHandle
(reader);
System\Reflection\RuntimeCustomAttributeData.NativeAot.cs (2)
42
RuntimeType attributeType = (RuntimeType)customAttribute.
GetAttributeTypeHandle
(reader)
544
Handle attributeTypeHandle = customAttribute.
GetAttributeTypeHandle
(reader);