2 writes to _handle
System.Private.CoreLib (2)
System\Reflection\Runtime\General\QHandles.cs (1)
108
_handle
= token;
System\Reflection\Runtime\General\QHandles.NativeFormat.cs (1)
22
_handle
= ((Handle)handle).AsInt();
2 references to _handle
System.Private.CoreLib (2)
System\Reflection\Runtime\General\QHandles.cs (1)
117
public int Token { get { return
_handle
; } }
System\Reflection\Runtime\General\QHandles.NativeFormat.cs (1)
26
public MethodHandle NativeFormatHandle { get { Debug.Assert(IsNativeFormatMetadataBased); return
_handle
.AsHandle().ToMethodHandle(NativeFormatReader); } }