3 writes to _deflateStream
WindowsBase (3)
Base\MS\Internal\IO\Zip\ZipIOLocalFileBlock.cs (3)
424
block.
_deflateStream
= new CompressStream(block._fileItemStream, 0, true);
702
_deflateStream
= null;
765
_deflateStream
= new CompressStream(_fileItemStream, centralDirFileHeader.UncompressedSize);
12 references to _deflateStream
WindowsBase (12)
Base\MS\Internal\IO\Zip\ZipIOLocalFileBlock.cs (12)
85
if (
_deflateStream
!= null)
86
deflateStreamDirty = ((CompressStream)
_deflateStream
).IsDirty(closingFlag);
165
if (
_deflateStream
!= null)
167
_deflateStream
.Close();
264
if (
_deflateStream
!= null)
266
_deflateStream
.Close();
426
block._crcCalculatingStream = new ProgressiveCrcCalculatingStream(blockManager, block.
_deflateStream
);
693
if (
_deflateStream
!= null)
694
_deflateStream
.Close();
767
_crcCalculatingStream = new ProgressiveCrcCalculatingStream(_blockManager,
_deflateStream
, Crc32);
888
if ((
_deflateStream
!= null) &&
893
((CompressStream)
_deflateStream
).Reset();