1 write to _commandLineOptions
vstest.console (1)
Processors\ListTestsArgumentProcessor.cs (1)
150_commandLineOptions = options;
4 references to _commandLineOptions
vstest.console (4)
Processors\ListTestsArgumentProcessor.cs (4)
168_commandLineOptions.AddSource(argument); 178TPDebug.Assert(_commandLineOptions != null); 181if (!_commandLineOptions.Sources.Any()) 195new DiscoveryRequestPayload() { Sources = _commandLineOptions.Sources, RunSettings = runSettings },