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