13 references to WaitableTimer
System.ServiceModel.Primitives (13)
Internals\System\Runtime\IOThreadTimer.cs (13)
115waitableTimers = new WaitableTimer[] { stableTimerGroup.WaitableTimer, volatileTimerGroup.WaitableTimer }; 148stableTimerGroup.WaitableTimer.Kill(); 149volatileTimerGroup.WaitableTimer.Kill(); 211long thisGroupRemainingTime = timerGroup.WaitableTimer.DueTime - now; 212long otherGroupRemainingTime = otherTimerGroup.WaitableTimer.DueTime - now; 216timerGroup.WaitableTimer.Set(Ticks.Add(now, maxTimeToWaitForMoreTimers)); 273if (timerGroup.WaitableTimer.dead) 278timerGroup.WaitableTimer.Set(timerQueue.MinTimer.dueTime); 282timerGroup.WaitableTimer.Set(long.MaxValue); 326if (this.stableTimerGroup.WaitableTimer.dead && 327this.volatileTimerGroup.WaitableTimer.dead) 339WaitableTimer waitableTimer = timerGroup.WaitableTimer;