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