4 references to _initialCapacity
System.Private.CoreLib (4)
src\runtime\src\coreclr\nativeaot\Common\src\System\Collections\Concurrent\ConcurrentUnifierW.cs (4)
163_buckets = new int[_initialCapacity]; 164for (int i = 0; i < _initialCapacity; i++) 166_entries = new Entry[_initialCapacity]; 278if (estimatedLivePercentage < _growThreshold && (_entries.Length - estimatedNumLiveEntries) > _initialCapacity)