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