3 references to BrotliDecoder
netstandard (1)
netstandard.cs (1)
888
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Compression.
BrotliDecoder
))]
System.IO.Compression.Brotli (2)
System\IO\Compression\dec\BrotliDecoder.cs (1)
41
throw new ObjectDisposedException(nameof(
BrotliDecoder
), SR.BrotliDecoder_Disposed);
System\IO\Compression\dec\BrotliStream.Decompress.cs (1)
15
private
BrotliDecoder
_decoder;