1 write to _handle
System.Private.CoreLib (1)
System\Reflection\Runtime\General\QHandles.cs (1)
71
_handle
= handle;
4 references to _handle
System.Private.CoreLib (4)
System\Reflection\Runtime\General\QHandles.cs (4)
75
public Handle Handle { get { return
_handle
; } }
88
if (!(
_handle
.Equals(other.
_handle
)))
95
return
_handle
.GetHashCode();