3 references to maxTimeToWaitForMoreTimers
System.ServiceModel.Internals (3)
System\Runtime\IOThreadTimer.cs (3)
226
if (thisGroupRemainingTime >
maxTimeToWaitForMoreTimers
&&
227
otherGroupRemainingTime >
maxTimeToWaitForMoreTimers
)
229
timerGroup.WaitableTimer.Set(Ticks.Add(now,
maxTimeToWaitForMoreTimers
));