1 write to _commandLineOptions
vstest.console (1)
Processors\RunTestsArgumentProcessor.cs (1)
111_commandLineOptions = commandLineOptions;
7 references to _commandLineOptions
vstest.console (7)
Processors\RunTestsArgumentProcessor.cs (7)
115_testRunEventsRegistrar = new TestRunRequestEventsRegistrar(Output, _commandLineOptions, artifactProcessingManager); 128TPDebug.Assert(_commandLineOptions != null); 131if (_commandLineOptions.IsDesignMode) 138var anySource = _commandLineOptions.Sources.FirstOrDefault(); 156if (_commandLineOptions.Sources.Any()) 176var runRequestPayload = new TestRunRequestPayload() { Sources = _commandLineOptions.Sources.ToList(), RunSettings = runSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };