2 writes to m_ThisHandle
System (2)
net\System\Net\_TimerThread.cs (2)
313
m_ThisHandle
= (IntPtr) GCHandle.Alloc(this);
353
m_ThisHandle
= IntPtr.Zero;
3 references to m_ThisHandle
System (3)
net\System\Net\_TimerThread.cs (3)
311
if (
m_ThisHandle
== IntPtr.Zero)
350
if(
m_ThisHandle
!= IntPtr.Zero)
352
((GCHandle)
m_ThisHandle
).Free();