1 write to table
System (1)
sys\System\IO\compression\HuffmanTree.cs (1)
138table = new short[ 1 << tableBits];
3 references to table
System (3)
sys\System\IO\compression\HuffmanTree.cs (3)
185table[start] = (short) ch; 201short[] array = table; 250int symbol = table[bitBuffer & tableMask];