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)
205
if (
_thisHandle
== IntPtr.Zero)
245
if (
_thisHandle
!= IntPtr.Zero)
247
((GCHandle)
_thisHandle
).Free();