1 write to _initialCapacity
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentDictionary.cs (1)
228
_initialCapacity
= capacity;
1 reference to _initialCapacity
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\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);