4 references to NotSupported_AnonymousPipeUnidirectional
System.IO.Pipes (4)
System\IO\Pipes\AnonymousPipeClientStream.cs (2)
25throw new NotSupportedException(SR.NotSupported_AnonymousPipeUnidirectional); 52throw new NotSupportedException(SR.NotSupported_AnonymousPipeUnidirectional);
System\IO\Pipes\AnonymousPipeServerStream.cs (2)
38throw new NotSupportedException(SR.NotSupported_AnonymousPipeUnidirectional); 68throw new NotSupportedException(SR.NotSupported_AnonymousPipeUnidirectional);