5 references to DefaultConcurrencyLevel
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\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;