2 references to GetCapacityFromCollection
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentDictionary.cs (2)
119
: this(DefaultConcurrencyLevel,
GetCapacityFromCollection
(collection), comparer)
142
: this(concurrencyLevel,
GetCapacityFromCollection
(collection), growLockArray: false, comparer)