8 references to WaitableTimer
System.ServiceModel.Internals (8)
System\Runtime\IOThreadTimer.cs (8)
134this.waitableTimers = new WaitableTimer[] { this.stableTimerGroup.WaitableTimer, this.volatileTimerGroup.WaitableTimer }; 224long thisGroupRemainingTime = timerGroup.WaitableTimer.DueTime - now; 225long otherGroupRemainingTime = otherTimerGroup.WaitableTimer.DueTime - now; 229timerGroup.WaitableTimer.Set(Ticks.Add(now, maxTimeToWaitForMoreTimers)); 288timerGroup.WaitableTimer.Set(timerQueue.MinTimer.dueTime); 292timerGroup.WaitableTimer.Set(long.MaxValue); 338WaitableTimer waitableTimer = timerGroup.WaitableTimer;