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