1 write to _commandLineOptions
vstest.console (1)
Processors\ListFullyQualifiedTestsArgumentProcessor.cs (1)
137
_commandLineOptions
= options;
7 references to _commandLineOptions
vstest.console (7)
Processors\ListFullyQualifiedTestsArgumentProcessor.cs (7)
142
_discoveryEventsRegistrar = new DiscoveryEventsRegistrar(_discoveredTests,
_commandLineOptions
);
155
_commandLineOptions
.AddSource(argument);
165
TPDebug.Assert(
_commandLineOptions
!= null);
168
if (!
_commandLineOptions
.Sources.Any())
181
new DiscoveryRequestPayload { Sources =
_commandLineOptions
.Sources, RunSettings = runSettings },
184
if (
_commandLineOptions
.ListTestsTargetPath.IsNullOrEmpty())
190
File.WriteAllLines(
_commandLineOptions
.ListTestsTargetPath, _discoveredTests);