1 write to _commandLineOptions
vstest.console (1)
Processors\RunTestsArgumentProcessor.cs (1)
120_commandLineOptions = commandLineOptions;
7 references to _commandLineOptions
vstest.console (7)
Processors\RunTestsArgumentProcessor.cs (7)
124_testRunEventsRegistrar = new TestRunRequestEventsRegistrar(Output, _commandLineOptions, artifactProcessingManager, _runSettingsManager); 137TPDebug.Assert(_commandLineOptions != null); 140if (_commandLineOptions.IsDesignMode) 147var anySource = _commandLineOptions.Sources.FirstOrDefault(); 165if (_commandLineOptions.Sources.Any()) 185var runRequestPayload = new TestRunRequestPayload() { Sources = _commandLineOptions.Sources.ToList(), RunSettings = runSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };