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