4 references to ERROR_BROKEN_PIPE
mscorlib (4)
system\io\filestream.cs (4)
337
if (errorCode == FileStream.
ERROR_BROKEN_PIPE
|| errorCode == FileStream.ERROR_NO_DATA)
1592
if (hr ==
ERROR_BROKEN_PIPE
) {
2080
if (hr ==
ERROR_BROKEN_PIPE
) {
2522
if (hr ==
ERROR_BROKEN_PIPE
|| hr == Win32Native.ERROR_PIPE_NOT_CONNECTED) {