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