2 writes to _thisHandle
System.Net.Requests (2)
System\Net\TimerThread.cs (2)
207_thisHandle = (IntPtr)GCHandle.Alloc(this); 248_thisHandle = IntPtr.Zero;
3 references to _thisHandle
System.Net.Requests (3)
System\Net\TimerThread.cs (3)
205if (_thisHandle == IntPtr.Zero) 245if (_thisHandle != IntPtr.Zero) 247((GCHandle)_thisHandle).Free();