1 write to _deflateDecoder
System.IO.Compression (1)
System\IO\Compression\ZLibDecoder.cs (1)
22_deflateDecoder = new DeflateDecoder(ZLibNative.ZLib_DefaultWindowBits);
2 references to _deflateDecoder
System.IO.Compression (2)
System\IO\Compression\ZLibDecoder.cs (2)
31_deflateDecoder.Dispose(); 50return _deflateDecoder.Decompress(source, destination, out bytesConsumed, out bytesWritten);