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