1 write to _mode
WindowsBase (1)
Base\MS\Internal\IO\Packaging\CompressStream.cs (1)
693_mode = newMode;
17 references to _mode
WindowsBase (17)
Base\MS\Internal\IO\Packaging\CompressStream.cs (17)
85switch (_mode) 126if (_mode == Mode.ReadPassThrough && bytesRead == 0) 159switch (_mode) 191if (_mode == Mode.WritePassThrough) 240&& (_mode == Mode.ReadPassThrough)) 281switch (_mode) 305if (_mode == Mode.Emulation) 336if ((_mode == Mode.Emulation) && (Length != 0)) 378switch (_mode) 419return (_mode != Mode.Disposed) && _baseStream.CanRead; 432return (_mode != Mode.Disposed) && _baseStream.CanSeek; 445return (_mode != Mode.Disposed) && _baseStream.CanWrite; 514return (_mode == Mode.Disposed); 538if (_mode != Mode.Disposed) 681if (newMode == _mode) 775Debug.Assert(_mode != Mode.Emulation, "Logic error: CachedLength not maintained in Emulation mode - illegal Get"); 781Debug.Assert(_mode != Mode.Emulation, "Logic error: CachedLength not maintained in Emulation mode - illegal Set");