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