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();
50
return
_deflateDecoder
.Decompress(source, destination, out bytesConsumed, out bytesWritten);