1 write to _handle
System.Private.CoreLib (1)
System\Reflection\Runtime\General\QHandles.NativeFormat.cs (1)
42_handle = ((Handle)handle).AsInt();
2 references to _handle
System.Private.CoreLib (2)
System\Reflection\Runtime\General\QHandles.cs (1)
131public int Token { get { return _handle; } }
System\Reflection\Runtime\General\QHandles.NativeFormat.cs (1)
46public TypeDefinitionHandle NativeFormatHandle { get { Debug.Assert(IsNativeFormatMetadataBased); return _handle.AsHandle().ToTypeDefinitionHandle(NativeFormatReader); } }