2 instantiations of Tables
MSBuildTaskHost (2)
Concurrent\ConcurrentDictionary.cs (2)
119
_tables = new
Tables
(buckets, locks, countPerLock);
443
_tables = new
Tables
(newBuckets, newLocks, newCountPerLock);
4 references to Tables
MSBuildTaskHost (4)
Concurrent\ConcurrentDictionary.cs (4)
37
private volatile
Tables
_tables; // Internal tables of the dictionary
131
Tables
tables = _tables;
168
Tables
tables = _tables;
317
private void GrowTable(
Tables
tables)