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