3 references to maxTimeToWaitForMoreTimers
System.ServiceModel.Primitives (3)
Internals\System\Runtime\IOThreadTimer.cs (3)
213if (thisGroupRemainingTime > maxTimeToWaitForMoreTimers && 214otherGroupRemainingTime > maxTimeToWaitForMoreTimers) 216timerGroup.WaitableTimer.Set(Ticks.Add(now, maxTimeToWaitForMoreTimers));