2 references to Add
RunTests (1)
AssemblyScheduler.cs (1)
111
var currentWorkItem = ImmutableSortedDictionary<AssemblyInfo, ImmutableArray<TestMethodInfo>>.Empty.
Add
(assembly, ImmutableArray<TestMethodInfo>.Empty);
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (1)
383
return this.
Add
(key, value);