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