2 references to DefaultConcurrencyLevel
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Compilers\Core\Portable\InternalUtilities\ConcurrentSet.cs (2)
42
_dictionary = new ConcurrentDictionary<T, byte>(
DefaultConcurrencyLevel
, DefaultCapacity);
51
_dictionary = new ConcurrentDictionary<T, byte>(
DefaultConcurrencyLevel
, DefaultCapacity, equalityComparer);