1 write to TableSize
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\SHash_1.cs (1)
42
TableSize
= tableSize,
6 references to TableSize
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\SHash_1.cs (6)
30
uint tableSize = target.Read<uint>(address + (ulong)type.Fields[nameof(SHash<TKey, TEntry>.
TableSize
)].Offset);
51
if (shashTable.
TableSize
== 0)
55
uint index = hash % shashTable.
TableSize
;
67
increment = (hash % (shashTable.
TableSize
- 1)) + 1;
70
if (index >= shashTable.
TableSize
)
71
index -= shashTable.
TableSize
;