2 writes to _tables
MSBuildTaskHost (2)
Concurrent\ConcurrentDictionary.cs (2)
119_tables = new Tables(buckets, locks, countPerLock); 443_tables = new Tables(newBuckets, newLocks, newCountPerLock);
6 references to _tables
MSBuildTaskHost (6)
Concurrent\ConcurrentDictionary.cs (6)
131Tables tables = _tables; 168Tables tables = _tables; 182if (tables != _tables) 327if (tables != _tables) 482object[] locks = _tables._locks; 510Monitor.Exit(_tables._locks[i]);