1 write to commandLine
xunit.console (1)
ConsoleRunner.cs (1)
34commandLine = CommandLine.Parse(args);
22 references to commandLine
xunit.console (22)
ConsoleRunner.cs (22)
47if (commandLine.Project.Assemblies.Count == 0) 64var reporter = commandLine.ChooseReporter(reporters); 67if (commandLine.Pause) 75if (commandLine.Debug) 79logger = new ConsoleRunnerLogger(!commandLine.NoColor, useAnsiColor: false, consoleLock); 82if (!commandLine.NoLogo) 85var failCount = RunProject(commandLine.Project, commandLine.Serialize, commandLine.ParallelizeAssemblies, 86commandLine.ParallelizeTestCollections, commandLine.MaxParallelThreads, 87commandLine.DiagnosticMessages, commandLine.NoColor, commandLine.AppDomains, 88commandLine.FailSkips, commandLine.StopOnFail, commandLine.InternalDiagnosticMessages); 93if (commandLine.Wait) 105if (!commandLine.NoColor) 110if (commandLine.InternalDiagnosticMessages) 112if (!commandLine.NoColor) 122if (!commandLine.NoColor)