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)
131
Tables tables =
_tables
;
168
Tables tables =
_tables
;
182
if (tables !=
_tables
)
327
if (tables !=
_tables
)
482
object[] locks =
_tables
._locks;
510
Monitor.Exit(
_tables
._locks[i]);