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);
128
TPDebug.Assert(
_commandLineOptions
!= null);
131
if (
_commandLineOptions
.IsDesignMode)
138
var anySource =
_commandLineOptions
.Sources.FirstOrDefault();
156
if (
_commandLineOptions
.Sources.Any())
176
var runRequestPayload = new TestRunRequestPayload() { Sources =
_commandLineOptions
.Sources.ToList(), RunSettings = runSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter =
_commandLineOptions
.TestCaseFilterValue } };