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