3 writes to m_ErrorTimer
System (3)
net\System\Net\connectionpool.cs (3)
130
m_ErrorTimer
= null; // No error yet.
461
m_ErrorTimer
= null;
588
m_ErrorTimer
= s_CancelErrorQueue.CreateTimer(s_CancelErrorCallback, this);
1 reference to m_ErrorTimer
System (1)
net\System\Net\connectionpool.cs (1)
456
TimerThread.Timer timer =
m_ErrorTimer
;