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)
38private volatile Tables _tables; // Internal tables of the dictionary 130Tables tables = _tables; 168Tables tables = _tables; 312private void GrowTable(Tables tables)