1 instantiation of TimerQueue
mscorlib (1)
system\threading\timer.cs (1)
54static TimerQueue s_queue = new TimerQueue();
13 references to TimerQueue
mscorlib (13)
system\threading\timer.cs (13)
54static TimerQueue s_queue = new TimerQueue(); 56public static TimerQueue Instance 565lock (TimerQueue.Instance) 578TimerQueue.Instance.DeleteTimer(this); 586success = TimerQueue.Instance.UpdateTimer(this, dueTime, period); 597lock (TimerQueue.Instance) 606TimerQueue.Instance.DeleteTimer(this); 618lock (TimerQueue.Instance) 632TimerQueue.Instance.DeleteTimer(this); 653lock (TimerQueue.Instance) 671lock (TimerQueue.Instance) 964TimerQueue.Instance.Pause(); 977TimerQueue.Instance.Resume();