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); 165TPDebug.Assert(_commandLineOptions != null); 168if (!_commandLineOptions.Sources.Any()) 181new DiscoveryRequestPayload { Sources = _commandLineOptions.Sources, RunSettings = runSettings }, 184if (_commandLineOptions.ListTestsTargetPath.IsNullOrEmpty()) 190File.WriteAllLines(_commandLineOptions.ListTestsTargetPath, _discoveredTests);