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)
131
public int Token { get { return
_handle
; } }
System\Reflection\Runtime\General\QHandles.NativeFormat.cs (1)
46
public TypeDefinitionHandle NativeFormatHandle { get { Debug.Assert(IsNativeFormatMetadataBased); return
_handle
.AsHandle().ToTypeDefinitionHandle(NativeFormatReader); } }