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)
131
Tables tables =
_tables
;
168
Tables tables =
_tables
;
182
if (tables !=
_tables
)
327
if (tables !=
_tables
)
486
AcquireLocks(1,
_tables
._locks.Length, ref locksAcquired);
487
Debug.Assert(locksAcquired ==
_tables
._locks.Length);
498
object[] locks =
_tables
._locks;
526
Monitor.Exit(
_tables
._locks[i]);