3 references to Deflate
System.IO.Compression (3)
System\IO\Compression\DeflateEncoder.cs (2)
210ZLibNative.ErrorCode errorCode = _state.Deflate(flushCode); 266ZLibNative.ErrorCode errorCode = _state.Deflate(ZLibNative.FlushCode.SyncFlush);
System\IO\Compression\DeflateZLib\Deflater.cs (1)
201errC = _zlibStream.Deflate(flushCode);