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