2 writes to _tables
MSBuildTaskHost (2)
Collections\ConcurrentDictionary.cs (2)
118_tables = new Tables(buckets, locks, countPerLock); 437_tables = new Tables(newBuckets, newLocks, newCountPerLock);
6 references to _tables
MSBuildTaskHost (6)
Collections\ConcurrentDictionary.cs (6)
130Tables tables = _tables; 168Tables tables = _tables; 182if (tables != _tables) 322if (tables != _tables) 477object[] locks = _tables._locks; 505Monitor.Exit(_tables._locks[i]);