1 write to Sequential
RunTests (1)
Options.cs (1)
251Sequential = sequential,
2 references to Sequential
RunTests (2)
AssemblyScheduler.cs (1)
65if (_options.Sequential || !_options.UseHelix)
TestRunner.cs (1)
328var max = _options.Sequential ? 1 : (int)(Environment.ProcessorCount * 1.5);