1 write to _handle
System.Private.CoreLib (1)
System\Reflection\Runtime\General\QHandles.NativeFormat.cs (1)
68_handle = handle.ToIntToken();
3 references to _handle
System.Private.CoreLib (3)
System\Reflection\Runtime\General\QHandles.cs (1)
146public int Handle { get { return _handle; } }
System\Reflection\Runtime\General\QHandles.NativeFormat.cs (2)
83return _handle.AsHandle().HandleType == HandleType.TypeDefinition; 90return new QTypeDefinition(reader, _handle.AsHandle().ToTypeDefinitionHandle(reader));