1 write to _commandLineOptions
vstest.console (1)
Processors\ListTestsArgumentProcessor.cs (1)
141
_commandLineOptions
= options;
4 references to _commandLineOptions
vstest.console (4)
Processors\ListTestsArgumentProcessor.cs (4)
159
_commandLineOptions
.AddSource(argument);
169
TPDebug.Assert(
_commandLineOptions
!= null);
172
if (!
_commandLineOptions
.Sources.Any())
186
new DiscoveryRequestPayload() { Sources =
_commandLineOptions
.Sources, RunSettings = runSettings },