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