2 instantiations of CompressStream
WindowsBase (2)
Base\MS\Internal\IO\Zip\ZipIOLocalFileBlock.cs (2)
424
block._deflateStream = new
CompressStream
(block._fileItemStream, 0, true);
765
_deflateStream = new
CompressStream
(_fileItemStream, centralDirFileHeader.UncompressedSize);
2 references to CompressStream
WindowsBase (2)
Base\MS\Internal\IO\Zip\ZipIOLocalFileBlock.cs (2)
86
deflateStreamDirty = ((
CompressStream
) _deflateStream).IsDirty(closingFlag);
893
((
CompressStream
)_deflateStream).Reset();