3 references to GZip_DefaultWindowBits
System.IO.Compression (3)
System\IO\Compression\GZipDecoder.cs (1)
22_deflateDecoder = new DeflateDecoder(ZLibNative.GZip_DefaultWindowBits);
System\IO\Compression\GZipStream.cs (2)
21_deflateStream = new DeflateStream(stream, mode, leaveOpen, ZLibNative.GZip_DefaultWindowBits); 32_deflateStream = new DeflateStream(stream, compressionLevel, leaveOpen, ZLibNative.GZip_DefaultWindowBits);