1 write to _commandLineOptions
vstest.console (1)
Processors\ListTestsArgumentProcessor.cs (1)
141_commandLineOptions = options;
4 references to _commandLineOptions
vstest.console (4)
Processors\ListTestsArgumentProcessor.cs (4)
159_commandLineOptions.AddSource(argument); 169TPDebug.Assert(_commandLineOptions != null); 172if (!_commandLineOptions.Sources.Any()) 186new DiscoveryRequestPayload() { Sources = _commandLineOptions.Sources, RunSettings = runSettings },