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