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