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