1 write to _state
System.IO.Compression.Brotli (1)
System\IO\Compression\dec\BrotliDecoder.cs (1)
19_state = Interop.Brotli.BrotliDecoderCreateInstance(IntPtr.Zero, IntPtr.Zero, IntPtr.Zero);
6 references to _state
System.IO.Compression.Brotli (6)
System\IO\Compression\dec\BrotliDecoder.cs (6)
20if (_state.IsInvalid) 27if (_state == null) 35_state?.Dispose(); 58Debug.Assert(_state != null); 62if (Interop.Brotli.BrotliDecoderIsFinished(_state) != Interop.BOOL.FALSE) 76int brotliResult = Interop.Brotli.BrotliDecoderDecompressStream(_state, ref availableInput, &inBytes, ref availableOutput, &outBytes, out _);