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