3 instantiations of DeflateDecoder
System.IO.Compression (3)
System\IO\Compression\DeflateDecoder.cs (1)
118
using var decoder = new
DeflateDecoder
();
System\IO\Compression\GZipDecoder.cs (1)
22
_deflateDecoder = new
DeflateDecoder
(ZLibNative.GZip_DefaultWindowBits);
System\IO\Compression\ZLibDecoder.cs (1)
22
_deflateDecoder = new
DeflateDecoder
(ZLibNative.ZLib_DefaultWindowBits);
5 references to DeflateDecoder
System.IO.Compression (5)
System\IO\Compression\DeflateDecoder.cs (3)
20
/// Initializes a new instance of the <see cref="
DeflateDecoder
"/> class.
22
/// <exception cref="IOException">Failed to create the <see cref="
DeflateDecoder
"/> instance.</exception>
118
using
var
decoder = new DeflateDecoder();
System\IO\Compression\GZipDecoder.cs (1)
13
private readonly
DeflateDecoder
_deflateDecoder;
System\IO\Compression\ZLibDecoder.cs (1)
13
private readonly
DeflateDecoder
_deflateDecoder;