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)
130
Tables tables =
_tables
;
168
Tables tables =
_tables
;
182
if (tables !=
_tables
)
322
if (tables !=
_tables
)
477
object[] locks =
_tables
._locks;
505
Monitor.Exit(
_tables
._locks[i]);