3 references to codeOrder
System (3)
sys\System\IO\compression\Inflater.cs (3)
546codeLengthTreeCodeLength[codeOrder[loopCounter]] = (byte)bits; 550for (int i = codeLengthCodeCount; i < codeOrder.Length; i++) { 551codeLengthTreeCodeLength[ codeOrder[i] ] = 0;