6 writes to _dirtyForClosing
WindowsBase (6)
Base\MS\Internal\IO\Packaging\CompressStream.cs (6)
195_dirtyForClosing= true; 315_dirtyForClosing= true; 338_dirtyForClosing = false; // if it is ReadThrough or Start (it shouldn't be dirty in the first place) 489_dirtyForClosing= creating; 569_dirtyForClosing = false; 688_dirtyForClosing = false;
2 references to _dirtyForClosing
WindowsBase (2)
Base\MS\Internal\IO\Packaging\CompressStream.cs (2)
503return closingFlag ? _dirtyForClosing : _dirtyForFlushing; 558if (_dirtyForClosing && ((_baseStream.CanSeek && _baseStream.Length == 0) ||