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)
1549if (!_isPipe) { 1905if (_isPipe) 1937Contract.Assert(!_isPipe, "Should not be a pipe."); 2217if (_isPipe)