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