2 references to CompressEmulationStream
WindowsBase (2)
Base\MS\Internal\IO\Packaging\CompoundFile\CompressionTransform.cs (1)
106
tempStream = new
CompressEmulationStream
(encodedStream, tempStream, 0, new CompoundFileDeflateTransform());
Base\MS\Internal\IO\Packaging\CompressStream.cs (1)
723
_current = new
CompressEmulationStream
(_baseStream, memStream, _position, new DeflateEmulationTransform());