4 references to NoFlush
System.IO.Compression (4)
System\IO\Compression\DeflateDecoder.cs (1)
87ZLibNative.ErrorCode errorCode = _state.Inflate(ZLibNative.FlushCode.NoFlush);
System\IO\Compression\DeflateEncoder.cs (1)
198ZLibNative.FlushCode flushCode = isFinalBlock ? ZLibNative.FlushCode.Finish : ZLibNative.FlushCode.NoFlush;
System\IO\Compression\DeflateZLib\Deflater.cs (1)
98ReadDeflateOutput(outputBuffer, ZFlushCode.NoFlush, out bytesRead);
System\IO\Compression\DeflateZLib\Inflater.cs (1)
129if (ReadInflateOutput(bufPtr, length, ZLibNative.FlushCode.NoFlush, out bytesRead) == ZLibNative.ErrorCode.StreamEnd)