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