1 write to _commandLineOptions
vstest.console (1)
Processors\RunSpecificTestsArgumentProcessor.cs (1)
140_commandLineOptions = options;
7 references to _commandLineOptions
vstest.console (7)
Processors\RunSpecificTestsArgumentProcessor.cs (7)
146_testRunEventsRegistrar = new TestRunRequestEventsRegistrar(Output, _commandLineOptions, artifactProcessingManager); 182TPDebug.Assert(_commandLineOptions != null); 186if (!_commandLineOptions.Sources.Any()) 194DiscoverTestsAndSelectSpecified(_commandLineOptions.Sources); 244var runRequestPayload = new TestRunRequestPayload() { TestCases = _selectedTestCases.ToList(), RunSettings = _effectiveRunSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } }; 258warningMessage = string.Format(CultureInfo.CurrentCulture, CommandLineResources.NoTestsAvailableInSources, string.Join(", ", _commandLineOptions.Sources)); 260if (!_commandLineOptions.TestAdapterPathsSet)