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