1 reference to CancellationCheckIntervalInMilliseconds
System.Core (1)
System\IO\Pipes\Pipe.cs (1)
1299
waitTime = Math.Min(
CancellationCheckIntervalInMilliseconds
, timeLeft);