1 write to _initialCapacity
System.Collections.Concurrent (1)
System\Collections\Concurrent\ConcurrentDictionary.cs (1)
228
_initialCapacity
= capacity;
1 reference to _initialCapacity
System.Collections.Concurrent (1)
System\Collections\Concurrent\ConcurrentDictionary.cs (1)
725
var newTables = new Tables(new VolatileNode[HashHelpers.GetPrime(
_initialCapacity
)], tables._locks, new int[tables._countPerLock.Length], tables._comparer);