2 references to DefaultConcurrencyLevel
Microsoft.CodeAnalysis (2)
InternalUtilities\ConcurrentSet.cs (2)
42
_dictionary = new ConcurrentDictionary<T, byte>(
DefaultConcurrencyLevel
, DefaultCapacity);
51
_dictionary = new ConcurrentDictionary<T, byte>(
DefaultConcurrencyLevel
, DefaultCapacity, equalityComparer);