2 instantiations of Tables
MSBuildTaskHost (2)
Collections\ConcurrentDictionary.cs (2)
118
_tables = new
Tables
(buckets, locks, countPerLock);
437
_tables = new
Tables
(newBuckets, newLocks, newCountPerLock);
4 references to Tables
MSBuildTaskHost (4)
Collections\ConcurrentDictionary.cs (4)
38
private volatile
Tables
_tables; // Internal tables of the dictionary
130
Tables
tables = _tables;
168
Tables
tables = _tables;
312
private void GrowTable(
Tables
tables)