5 references to DefaultConcurrencyLevel
System.Collections.Concurrent (5)
System\Collections\Concurrent\ConcurrentDictionary.cs (5)
74: this(DefaultConcurrencyLevel, DefaultCapacity, growLockArray: true, null) { }
99: this(DefaultConcurrencyLevel, collection, null) { }
108: this(DefaultConcurrencyLevel, DefaultCapacity, growLockArray: true, comparer) { }
119: this(DefaultConcurrencyLevel, GetCapacityFromCollection(collection), comparer)
172concurrencyLevel = DefaultConcurrencyLevel;