4 references to MaxMatch
System (4)
sys\System\IO\compression\FastEncoder.cs (1)
135Debug.Assert(matchLen >= FastEncoderWindow.MinMatch && matchLen <= FastEncoderWindow.MaxMatch, "Illegal currentMatch length!");
sys\System\IO\compression\FastEncoderWindow.cs (3)
59window = new byte[2 * FastEncoderWindowSize + MaxMatch + 4]; 60prev = new ushort[FastEncoderWindowSize + MaxMatch]; 329for (j = 0; j < MaxMatch; j++) {