3 writes to m_IdlingQueue
System (3)
net\System\Net\ServicePoint.cs (3)
116m_IdlingQueue = defaultIdlingQueue; 149m_IdlingQueue = defaultIdlingQueue; 520m_IdlingQueue = TimerThread.GetOrCreateQueue(value);
6 references to m_IdlingQueue
System (6)
net\System\Net\ServicePoint.cs (6)
137m_ExpiringTimer = m_IdlingQueue.CreateTimer(ServicePointManager.IdleServicePointTimeoutDelegate, this); 163m_ExpiringTimer = m_IdlingQueue.CreateTimer(ServicePointManager.IdleServicePointTimeoutDelegate, this); 505return m_IdlingQueue.Duration; 513if (value == m_IdlingQueue.Duration) 1022m_ExpiringTimer = m_IdlingQueue.CreateTimer(ServicePointManager.IdleServicePointTimeoutDelegate, this); 1123return m_IdlingQueue.CreateTimer(m_IdleConnectionGroupTimeoutDelegate, connectionGroup);