1 write to _options
dotnet (1)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (1)
68_options = options;
17 references to _options
dotnet (17)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (17)
69bool showProgress = _options.ShowProgress; 72if (_options.AnsiMode == AnsiMode.SimpleAnsi) 85bool useAnsi = _options.AnsiMode switch 93terminal = useAnsi ? new AnsiTerminal(console, _options.BaseDirectory) : new NonAnsiTerminal(console); 118if (_options.ShowAssembly && _options.ShowAssemblyStartAndComplete) 211bool notEnoughTests = totalTests < _options.MinimumExpectedTests; 227terminal.Append(string.Format(CultureInfo.CurrentCulture, CliCommandStrings.MinimumExpectedTestsPolicyViolation, totalTests, _options.MinimumExpectedTests)); 242if (!_options.ShowAssembly && _assemblies.Count == 1) 253if (_options.ShowAssembly && _assemblies.Count > 1) 410if (_options.ShowActiveTests) 432if (outcome != TestOutcome.Passed || _options.ShowPassedTests) 468if (outcome == TestOutcome.Passed && !_options.ShowPassedTests) 513if (_options.ShowAssembly) 740if (!_isHelp && !_isDiscovery && _options.ShowAssembly && _options.ShowAssemblyStartAndComplete) 959if (_options.ShowActiveTests)