3 references to ZLib_DefaultWindowBits
System.IO.Compression (3)
System\IO\Compression\ZLibDecoder.cs (1)
22_deflateDecoder = new DeflateDecoder(ZLibNative.ZLib_DefaultWindowBits);
System\IO\Compression\ZLibStream.cs (2)
29_deflateStream = new DeflateStream(stream, mode, leaveOpen, ZLibNative.ZLib_DefaultWindowBits); 45_deflateStream = new DeflateStream(stream, compressionLevel, leaveOpen, ZLibNative.ZLib_DefaultWindowBits);