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)
146
public int Handle { get { return
_handle
; } }
System\Reflection\Runtime\General\QHandles.NativeFormat.cs (2)
83
return
_handle
.AsHandle().HandleType == HandleType.TypeDefinition;
90
return new QTypeDefinition(reader,
_handle
.AsHandle().ToTypeDefinitionHandle(reader));