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