2 references to CompressStream
WindowsBase (2)
Base\MS\Internal\IO\Packaging\CompressStream.cs (1)
461internal CompressStream(Stream baseStream, long length) : this (baseStream, length, false)
Base\MS\Internal\IO\Zip\ZipIOLocalFileBlock.cs (1)
424block._deflateStream = new CompressStream(block._fileItemStream, 0, true);