1 write to commandLine
xunit.console (1)
ConsoleRunner.cs (1)
31commandLine = CommandLine.Parse(args);
22 references to commandLine
xunit.console (22)
ConsoleRunner.cs (22)
44if (commandLine.Project.Assemblies.Count == 0) 61var reporter = commandLine.ChooseReporter(reporters); 64if (commandLine.Pause) 72if (commandLine.Debug) 75logger = new ConsoleRunnerLogger(!commandLine.NoColor, consoleLock); 78if (!commandLine.NoLogo) 81var failCount = RunProject(commandLine.Project, commandLine.Serialize, commandLine.ParallelizeAssemblies, 82commandLine.ParallelizeTestCollections, commandLine.MaxParallelThreads, 83commandLine.DiagnosticMessages, commandLine.NoColor, commandLine.AppDomains, 84commandLine.FailSkips, commandLine.StopOnFail, commandLine.InternalDiagnosticMessages); 89if (commandLine.Wait) 101if (!commandLine.NoColor) 106if (commandLine.InternalDiagnosticMessages) 108if (!commandLine.NoColor) 118if (!commandLine.NoColor)