2 writes to literalLengthTree
System (2)
sys\System\IO\compression\Inflater.cs (2)
247literalLengthTree = HuffmanTree.StaticLiteralLengthTree; 653literalLengthTree = new HuffmanTree(literalTreeCodeLength);
1 reference to literalLengthTree
System (1)
sys\System\IO\compression\Inflater.cs (1)
383symbol = literalLengthTree.GetNextSymbol(input);