3 references to MaxWait
System.ServiceModel.Internals (3)
System\Runtime\IOThreadCancellationTokenSource.cs (1)
37if (this.timeout >= TimeoutHelper.MaxWait)
System\Runtime\TaskExtensions.cs (1)
166if (timeout > TimeoutHelper.MaxWait)
System\Runtime\TimeoutHelper.cs (1)
33return (timeout > TimeoutHelper.MaxWait) && (timeout != TimeSpan.MaxValue);