5 references to BrotliEncoderParameter
System.IO.Compression.Brotli (5)
_generated\0\LibraryImports.g.cs (2)
176internal static partial global::Interop.BOOL BrotliEncoderSetParameter(global::Microsoft.Win32.SafeHandles.SafeBrotliEncoderHandle state, global::System.IO.Compression.BrotliEncoderParameter parameter, uint value) 201static extern unsafe global::Interop.BOOL __PInvoke(nint __state_native, global::System.IO.Compression.BrotliEncoderParameter __parameter_native, uint __value_native);
src\runtime\src\libraries\Common\src\Interop\Interop.Brotli.cs (1)
34internal static partial BOOL BrotliEncoderSetParameter(SafeBrotliEncoderHandle state, BrotliEncoderParameter parameter, uint value);
System\IO\Compression\enc\BrotliEncoder.cs (2)
81if (Interop.Brotli.BrotliEncoderSetParameter(_state, BrotliEncoderParameter.Quality, (uint)quality) == Interop.BOOL.FALSE) 99if (Interop.Brotli.BrotliEncoderSetParameter(_state, BrotliEncoderParameter.LGWin, (uint)window) == Interop.BOOL.FALSE)