2 writes to _isPipe
mscorlib (2)
system\io\filestream.cs (2)
940
_isPipe
= false;
1035
_isPipe
= handleType == Win32Native.FILE_TYPE_PIPE;
4 references to _isPipe
mscorlib (4)
system\io\filestream.cs (4)
1549
if (!
_isPipe
) {
1905
if (
_isPipe
)
1937
Contract.Assert(!
_isPipe
, "Should not be a pipe.");
2217
if (
_isPipe
)