22 writes to RunSettings
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (8)
VsTestConsoleRequestSender.cs (8)
218
RunSettings
= runSettings,
243
RunSettings
= runSettings,
268
RunSettings
= runSettings,
293
RunSettings
= runSettings,
319
RunSettings
= runSettings,
346
RunSettings
= runSettings,
373
RunSettings
= runSettings,
400
RunSettings
= runSettings,
vstest.console (7)
InProcessVsTestConsoleWrapper.cs (4)
508
RunSettings
= runSettings,
598
RunSettings
= runSettings,
701
RunSettings
= runSettings,
812
RunSettings
= runSettings,
Processors\RunSpecificTestsArgumentProcessor.cs (1)
244
var runRequestPayload = new TestRunRequestPayload() { TestCases = _selectedTestCases.ToList(),
RunSettings
= _effectiveRunSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
Processors\RunTestsArgumentProcessor.cs (1)
176
var runRequestPayload = new TestRunRequestPayload() { Sources = _commandLineOptions.Sources.ToList(),
RunSettings
= runSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
TestPlatformHelpers\TestRequestManager.cs (1)
296
testRunRequestPayload.
RunSettings
??= "<RunSettings></RunSettings>";
vstest.console.arm64 (7)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (4)
508
RunSettings
= runSettings,
598
RunSettings
= runSettings,
701
RunSettings
= runSettings,
812
RunSettings
= runSettings,
src\vstest\src\vstest.console\Processors\RunSpecificTestsArgumentProcessor.cs (1)
244
var runRequestPayload = new TestRunRequestPayload() { TestCases = _selectedTestCases.ToList(),
RunSettings
= _effectiveRunSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
src\vstest\src\vstest.console\Processors\RunTestsArgumentProcessor.cs (1)
176
var runRequestPayload = new TestRunRequestPayload() { Sources = _commandLineOptions.Sources.ToList(),
RunSettings
= runSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
296
testRunRequestPayload.
RunSettings
??= "<RunSettings></RunSettings>";
2 references to RunSettings
vstest.console (1)
TestPlatformHelpers\TestRequestManager.cs (1)
302
var runsettings = testRunRequestPayload.
RunSettings
;
vstest.console.arm64 (1)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
302
var runsettings = testRunRequestPayload.
RunSettings
;