1 reference to _growThreshold
System.Private.CoreLib (1)
src\runtime\src\coreclr\nativeaot\Common\src\System\Collections\Concurrent\ConcurrentUnifierW.cs (1)
278
if (estimatedLivePercentage <
_growThreshold
&& (_entries.Length - estimatedNumLiveEntries) > _initialCapacity)