4 references to FastEncoderHashtableSize
System (4)
sys\System\IO\compression\FastEncoderWindow.cs (4)
15const int FastEncoderHashMask = FastEncoderHashtableSize-1; 61lookup = new ushort[FastEncoderHashtableSize]; 89for (i = 0; i < FastEncoderHashtableSize; i++) { 366for (int i = 0; i < FastEncoderHashtableSize; i++) {