3 references to ArgumentOutOfRange_DirectionModeInOutOrInOut
System.IO.Pipes (3)
System\IO\Pipes\NamedPipeServerStream.cs (1)
98throw new ArgumentOutOfRangeException(nameof(direction), SR.ArgumentOutOfRange_DirectionModeInOutOrInOut);
System\IO\Pipes\PipeStream.cs (2)
35throw new ArgumentOutOfRangeException(nameof(direction), SR.ArgumentOutOfRange_DirectionModeInOutOrInOut); 46throw new ArgumentOutOfRangeException(nameof(direction), SR.ArgumentOutOfRange_DirectionModeInOutOrInOut);