2 writes to _tables
MSBuildTaskHost (2)
Concurrent\ConcurrentDictionary.cs (2)
119_tables = new Tables(buckets, locks, countPerLock); 443_tables = new Tables(newBuckets, newLocks, newCountPerLock);
8 references to _tables
MSBuildTaskHost (8)
Concurrent\ConcurrentDictionary.cs (8)
131Tables tables = _tables; 168Tables tables = _tables; 182if (tables != _tables) 327if (tables != _tables) 486AcquireLocks(1, _tables._locks.Length, ref locksAcquired); 487Debug.Assert(locksAcquired == _tables._locks.Length); 498object[] locks = _tables._locks; 526Monitor.Exit(_tables._locks[i]);