15 writes to RunSettings
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\42\TestPlatformJsonContext.TestRunRequestPayload.g.cs (1)
101
Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunRequestPayload)obj).
RunSettings
= value!,
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (8)
VsTestConsoleRequestSender.cs (8)
217
RunSettings
= runSettings,
242
RunSettings
= runSettings,
267
RunSettings
= runSettings,
292
RunSettings
= runSettings,
318
RunSettings
= runSettings,
345
RunSettings
= runSettings,
372
RunSettings
= runSettings,
399
RunSettings
= runSettings,
vstest.console (3)
Processors\RunSpecificTestsArgumentProcessor.cs (1)
253
var runRequestPayload = new TestRunRequestPayload() { TestCases = _selectedTestCases.ToList(),
RunSettings
= _effectiveRunSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
Processors\RunTestsArgumentProcessor.cs (1)
185
var runRequestPayload = new TestRunRequestPayload() { Sources = _commandLineOptions.Sources.ToList(),
RunSettings
= runSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
TestPlatformHelpers\TestRequestManager.cs (1)
318
testRunRequestPayload.
RunSettings
??= "<RunSettings></RunSettings>";
vstest.console.arm64 (3)
src\vstest\src\vstest.console\Processors\RunSpecificTestsArgumentProcessor.cs (1)
253
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)
185
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)
318
testRunRequestPayload.
RunSettings
??= "<RunSettings></RunSettings>";
4 references to RunSettings
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\42\TestPlatformJsonContext.TestRunRequestPayload.g.cs (2)
100
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunRequestPayload)obj).
RunSettings
,
212
writer.WriteString(PropName_RunSettings, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunRequestPayload)value).
RunSettings
);
vstest.console (1)
TestPlatformHelpers\TestRequestManager.cs (1)
324
var runsettings = testRunRequestPayload.
RunSettings
;
vstest.console.arm64 (1)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
324
var runsettings = testRunRequestPayload.
RunSettings
;