1 write to _commandLineOptions
vstest.console (1)
Processors\ListTestsArgumentProcessor.cs (1)
150
_commandLineOptions
= options;
4 references to _commandLineOptions
vstest.console (4)
Processors\ListTestsArgumentProcessor.cs (4)
168
_commandLineOptions
.AddSource(argument);
178
TPDebug.Assert(
_commandLineOptions
!= null);
181
if (!
_commandLineOptions
.Sources.Any())
195
new DiscoveryRequestPayload() { Sources =
_commandLineOptions
.Sources, RunSettings = runSettings },