3 references to DueTime
System.ServiceModel.Internals (3)
System\Runtime\IOThreadTimer.cs (3)
224
long thisGroupRemainingTime = timerGroup.WaitableTimer.
DueTime
- now;
225
long otherGroupRemainingTime = otherTimerGroup.WaitableTimer.
DueTime
- now;
340
long timeDiff = waitableTimer.
DueTime
- minTimer.dueTime;