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