1 instantiation of ZLibDecoder
System.IO.Compression (1)
System\IO\Compression\ZLibDecoder.cs (1)
62using var decoder = new ZLibDecoder();
3 references to ZLibDecoder
System.IO.Compression (3)
System\IO\Compression\ZLibDecoder.cs (3)
17/// Initializes a new instance of the <see cref="ZLibDecoder"/> class. 19/// <exception cref="IOException">Failed to create the <see cref="ZLibDecoder"/> instance.</exception> 62using var decoder = new ZLibDecoder();