2 references to Inflate
System.IO.Compression (2)
System\IO\Compression\DeflateDecoder.cs (1)
87
ZLibNative.ErrorCode errorCode = _state.
Inflate
(ZLibNative.FlushCode.NoFlush);
System\IO\Compression\DeflateZLib\Inflater.cs (1)
302
errC = _zlibStream.
Inflate
(flushCode);