1 instantiation of TimerQueue
System.Net.Requests (1)
System\Net\TimerThread.cs (1)
127
queue = new
TimerQueue
(durationMilliseconds);
5 references to TimerQueue
System.Net.Requests (5)
System\Net\TimerThread.cs (5)
117
TimerQueue
? queue;
120
if (weakQueue == null || (queue = (
TimerQueue
?)weakQueue.Target) == null)
125
if (weakQueue == null || (queue = (
TimerQueue
?)weakQueue.Target) == null)
522
TimerQueue
? queue = (
TimerQueue
?)node.Value.Target;