1 write to _commandLineOptions
vstest.console (1)
Processors\ListFullyQualifiedTestsArgumentProcessor.cs (1)
146
_commandLineOptions
= options;
7 references to _commandLineOptions
vstest.console (7)
Processors\ListFullyQualifiedTestsArgumentProcessor.cs (7)
151
_discoveryEventsRegistrar = new DiscoveryEventsRegistrar(_discoveredTests,
_commandLineOptions
);
164
_commandLineOptions
.AddSource(argument);
174
TPDebug.Assert(
_commandLineOptions
!= null);
177
if (!
_commandLineOptions
.Sources.Any())
190
new DiscoveryRequestPayload { Sources =
_commandLineOptions
.Sources, RunSettings = runSettings },
193
if (
_commandLineOptions
.ListTestsTargetPath.IsNullOrEmpty())
199
File.WriteAllLines(
_commandLineOptions
.ListTestsTargetPath, _discoveredTests);