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