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