1 write to _effectiveRunSettings
vstest.console (1)
Processors\RunSpecificTestsArgumentProcessor.cs (1)
191_effectiveRunSettings = _runSettingsManager.ActiveRunSettings.SettingsXml;
3 references to _effectiveRunSettings
vstest.console (3)
Processors\RunSpecificTestsArgumentProcessor.cs (3)
199bool treatNoTestsAsError = RunSettingsUtilities.GetTreatNoTestsAsError(_effectiveRunSettings); 223new DiscoveryRequestPayload() { Sources = sources, RunSettings = _effectiveRunSettings }, _discoveryEventsRegistrar, Constants.DefaultProtocolConfig); 244var runRequestPayload = new TestRunRequestPayload() { TestCases = _selectedTestCases.ToList(), RunSettings = _effectiveRunSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };