4 writes to _current
WindowsBase (4)
Base\MS\Internal\IO\Packaging\CompressStream.cs (4)
545_current = null; 699_current = null; 710_current = new DeflateStream(_baseStream, 723_current = new CompressEmulationStream(_baseStream, memStream, _position, new DeflateEmulationTransform());
15 references to _current
WindowsBase (15)
Base\MS\Internal\IO\Packaging\CompressStream.cs (15)
120if (_current == null) 123int bytesRead = _current.Read(buffer, offset, count); 185_current.Write(buffer, offset, count); 260_current.Position = newPos; // Update to new value 306_current.SetLength(newLength); 329if (_current != null) 331_current.Flush(); 405UpdateUncompressedDataLength(_current.Length); 406return _current.Length; 542if (_current != null) 544_current.Close(); // call Dispose() 647n = _current.Read(buf, 0, (int)n); 685if (_current != null) 687_current.Close(); 726UpdateUncompressedDataLength(_current.Length);