2 writes to length
System (2)
sys\System\IO\compression\Inflater.cs (2)
416length = symbol; 432length = lengthBase[length] + bits;
5 references to length
System (5)
sys\System\IO\compression\Inflater.cs (5)
429if( length < 0 || length >= lengthBase.Length ) { 432length = lengthBase[length] + bits; 472output.WriteLengthDistance(length, offset); 473freeBytes -= length;