2 references to lengthBase
System (2)
sys\System\IO\compression\Inflater.cs (2)
429if( length < 0 || length >= lengthBase.Length ) { 432length = lengthBase[length] + bits;