2 references to SyncFlush
System.IO.Compression (2)
System\IO\Compression\DeflateEncoder.cs (1)
266
ZLibNative.ErrorCode errorCode = _state.Deflate(ZLibNative.FlushCode.
SyncFlush
);
System\IO\Compression\DeflateZLib\Deflater.cs (1)
153
return ReadDeflateOutput(outputBuffer, ZFlushCode.
SyncFlush
, out bytesRead) == ZErrorCode.Ok;