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