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)
75public Handle Handle { get { return _handle; } } 88if (!(_handle.Equals(other._handle))) 95return _handle.GetHashCode();