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