3 references to CreateForInflate
System.IO.Compression (3)
src\runtime\src\libraries\Common\src\System\IO\Compression\ZLibNative.ZStream.cs (1)
13
/// Always use <see cref="ZLibNative.ZLibStreamHandle.CreateForDeflate" /> or <see cref="ZLibNative.ZLibStreamHandle.
CreateForInflate
" /> instead.
System\IO\Compression\DeflateDecoder.cs (1)
32
_state = ZLibNative.ZLibStreamHandle.
CreateForInflate
(windowBits);
System\IO\Compression\DeflateZLib\Inflater.cs (1)
364
ZLibNative.ZLibStreamHandle zlibStream = ZLibNative.ZLibStreamHandle.
CreateForInflate
(windowBits);