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