2 writes to codeLengthCodeCount
System (2)
sys\System\IO\compression\Inflater.cs (2)
531
codeLengthCodeCount
= input.GetBits(4);
535
codeLengthCodeCount
+= 4;
3 references to codeLengthCodeCount
System (3)
sys\System\IO\compression\Inflater.cs (3)
532
if(
codeLengthCodeCount
< 0) {
541
while(loopCounter <
codeLengthCodeCount
) {
550
for (int i =
codeLengthCodeCount
; i < codeOrder.Length; i++) {