6 writes to _dirtyForFlushing
WindowsBase (6)
Base\MS\Internal\IO\Packaging\CompressStream.cs (6)
194_dirtyForFlushing= true; 314_dirtyForFlushing= true; 332_dirtyForFlushing = false; // extra flushes after this will not produce more data 488_dirtyForFlushing= false; 570_dirtyForFlushing = false; 689_dirtyForFlushing = false;
1 reference to _dirtyForFlushing
WindowsBase (1)
Base\MS\Internal\IO\Packaging\CompressStream.cs (1)
503return closingFlag ? _dirtyForClosing : _dirtyForFlushing;