1 reference to BrotliEncoderHasMoreOutput
System.IO.Compression.Brotli (1)
System\IO\Compression\enc\BrotliEncoder.cs (1)
178if ((int)availableOutput == destination.Length && Interop.Brotli.BrotliEncoderHasMoreOutput(_state) == Interop.BOOL.FALSE && availableInput == 0)