1 write to maxWaitTime
System.ServiceModel.Internals (1)
System\Runtime\BackoffTimeoutHelper.cs (1)
39this.maxWaitTime = maxWaitTime;
2 references to maxWaitTime
System.ServiceModel.Internals (2)
System\Runtime\BackoffTimeoutHelper.cs (2)
111if (waitTime.Ticks >= (maxWaitTime.Ticks / 2)) 113waitTime = maxWaitTime;