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