4 references to MaxWindowLog2
System.IO.Compression (4)
System\IO\Compression\Zstandard\ZstandardCompressionOptions.cs (2)
64
/// The valid range is from <see cref="MinWindowLog2"/> to <see cref="
MaxWindowLog2
"/>.
67
/// <exception cref="ArgumentOutOfRangeException">The value is not 0 and is not between <see cref="MinWindowLog2"/> and <see cref="
MaxWindowLog2
"/>.</exception>
System\IO\Compression\Zstandard\ZstandardDecompressionOptions.cs (2)
15
/// The valid range is from <see cref="ZstandardCompressionOptions.MinWindowLog2"/> to <see cref="ZstandardCompressionOptions.
MaxWindowLog2
"/>.
18
/// <exception cref="ArgumentOutOfRangeException">The value is not 0 and is not between <see cref="ZstandardCompressionOptions.MinWindowLog2"/> and <see cref="ZstandardCompressionOptions.
MaxWindowLog2
"/>.</exception>