1 write to codeLengthTree
System (1)
sys\System\IO\compression\Inflater.cs (1)
555codeLengthTree = new HuffmanTree(codeLengthTreeCodeLength);
1 reference to codeLengthTree
System (1)
sys\System\IO\compression\Inflater.cs (1)
566if( (lengthCode = codeLengthTree.GetNextSymbol(input)) < 0) {