8 references to TimerQueue
System.ServiceModel.Internals (8)
System\Runtime\IOThreadTimer.cs (8)
178
TimerQueue timerQueue = timerGroup.
TimerQueue
;
210
TimerQueue timerQueue = timerGroup.
TimerQueue
;
221
if (otherTimerGroup.
TimerQueue
.Count == 0)
284
TimerQueue timerQueue = timerGroup.
TimerQueue
;
304
TimerQueue timerQueue = timerGroup.
TimerQueue
;
329
if (this.stableTimerGroup.
TimerQueue
.Count > 0 ||
330
this.volatileTimerGroup.
TimerQueue
.Count > 0)
339
IOThreadTimer minTimer = timerGroup.
TimerQueue
.MinTimer;