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