2 writes to distanceTree
System (2)
sys\System\IO\compression\Inflater.cs (2)
248distanceTree = HuffmanTree.StaticDistanceTree; 654distanceTree = new HuffmanTree(distanceTreeCodeLength);
1 reference to distanceTree
System (1)
sys\System\IO\compression\Inflater.cs (1)
439distanceCode = distanceTree.GetNextSymbol(input);