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)
503
return closingFlag ? _dirtyForClosing :
_dirtyForFlushing
;