8 references to TimerQueue
System.ServiceModel.Primitives (8)
Internals\System\Runtime\IOThreadTimer.cs (8)
165TimerQueue timerQueue = timerGroup.TimerQueue; 197TimerQueue timerQueue = timerGroup.TimerQueue; 208if (otherTimerGroup.TimerQueue.Count == 0) 271TimerQueue timerQueue = timerGroup.TimerQueue; 294TimerQueue timerQueue = timerGroup.TimerQueue; 330if (this.stableTimerGroup.TimerQueue.Count > 0 || 331this.volatileTimerGroup.TimerQueue.Count > 0) 340IOThreadTimer minTimer = timerGroup.TimerQueue.MinTimer;