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