2 references to DefaultCapacity
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);