3 references to MaxQuality
System.IO.Compression (2)
System\IO\Compression\Zstandard\ZstandardCompressionOptions.cs (2)
35
/// <value>The compression quality. The valid range is from <see cref="MinQuality"/> to <see cref="
MaxQuality
"/>.</value>
43
/// <exception cref="ArgumentOutOfRangeException">The value is not 0 and is not between <see cref="MinQuality"/> and <see cref="
MaxQuality
"/>.</exception>
System.Net.Http (1)
System\Net\Http\ZstandardCompressedContent.cs (1)
28
Quality = ZstandardCompressionOptions.
MaxQuality
,