1 instantiation of FastEncoderWindow
System (1)
sys\System\IO\compression\FastEncoder.cs (1)
13inputWindow = new FastEncoderWindow();
4 references to FastEncoderWindow
System (4)
sys\System\IO\compression\FastEncoder.cs (4)
8private FastEncoderWindow inputWindow; // input history window 135Debug.Assert(matchLen >= FastEncoderWindow.MinMatch && matchLen <= FastEncoderWindow.MaxMatch, "Illegal currentMatch length!"); 139uint codeInfo = FastEncoderStatics.FastEncoderLiteralCodeInfo[(FastEncoderStatics.NumChars + 1 - FastEncoderWindow.MinMatch) + matchLen];