2 writes to _handle
mscorlib (2)
system\gc.cs (2)
601(Interlocked.CompareExchange(ref _handle, IntPtr.Zero, temp) == temp)) 614_handle = temp;
5 references to _handle
mscorlib (5)
system\gc.cs (5)
599IntPtr temp = _handle; 627IntPtr temp = _handle; 635return (_handle == IntPtr.Zero) ? null : o; 644IntPtr temp = _handle; 653if (_handle == IntPtr.Zero)