1 write to m_CleanupQueue
System (1)
net\System\Net\connectionpool.cs (1)
111
m_CleanupQueue
= TimerThread.GetOrCreateQueue(idleTimeout == 1 ? 1 : (idleTimeout / 2));
2 references to m_CleanupQueue
System (2)
net\System\Net\connectionpool.cs (2)
112
m_CleanupQueue
.CreateTimer(s_CleanupCallback, this);
266
pThis.
m_CleanupQueue
.CreateTimer(s_CleanupCallback, context);