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