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)
503
return closingFlag ?
_dirtyForClosing
: _dirtyForFlushing;
558
if (
_dirtyForClosing
&& ((_baseStream.CanSeek && _baseStream.Length == 0) ||