4 references to ERROR_BROKEN_PIPE
System.Core (4)
System\IO\Pipes\PipeStream.cs (4)
221
if (hr == UnsafeNativeMethods.
ERROR_BROKEN_PIPE
||
338
if (hr == UnsafeNativeMethods.
ERROR_BROKEN_PIPE
||
1145
if (errorCode == UnsafeNativeMethods.
ERROR_BROKEN_PIPE
||
1231
if (errorCode == UnsafeNativeMethods.
ERROR_BROKEN_PIPE
||