2 references to ERROR_BROKEN_PIPE
mscorlib (2)
system\io\__consolestream.cs (2)
228
if (errorCode == Win32Native.ERROR_NO_DATA || errorCode == Win32Native.
ERROR_BROKEN_PIPE
)
282
if (errorCode == Win32Native.ERROR_NO_DATA || errorCode == Win32Native.
ERROR_BROKEN_PIPE
)