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