4 references to MaxWait
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\TaskHelpers.cs (2)
195if (timeout >= TimeoutHelper.MaxWait) 212if (timeout > TimeoutHelper.MaxWait)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\TimeoutHelper.cs (2)
44if (timeout >= MaxWait || timeout == Timeout.InfiniteTimeSpan) 70return (timeout > TimeoutHelper.MaxWait) && (timeout != TimeSpan.MaxValue);