System\Collections\Concurrent\ConcurrentDictionary.cs (5)
74: this(DefaultConcurrencyLevel, DefaultCapacity, growLockArray: true, null) { }
87: this(concurrencyLevel, capacity, growLockArray: false, null) { }
108: this(DefaultConcurrencyLevel, DefaultCapacity, growLockArray: true, comparer) { }
142: this(concurrencyLevel, GetCapacityFromCollection(collection), growLockArray: false, comparer)
159: this(concurrencyLevel, capacity, growLockArray: false, comparer)