2 instantiations of TimerQueue
System (2)
net\System\Net\_TimerThread.cs (2)
213queue = new TimerQueue(durationMilliseconds); 239queue = new TimerQueue(durationMilliseconds);
6 references to TimerQueue
System (6)
net\System\Net\_TimerThread.cs (6)
211TimerQueue queue; 233TimerQueue queue; 235if (weakQueue == null || (queue = (TimerQueue) weakQueue.Target) == null) { 238if (weakQueue == null || (queue = (TimerQueue) weakQueue.Target) == null) { 674TimerQueue queue = (TimerQueue) node.Value.Target;