15 writes to RunSettings
Microsoft.TestPlatform.CommunicationUtilities (1)
Generated\361d1da7f942c932\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)
212
RunSettings
= runSettings,
237
RunSettings
= runSettings,
262
RunSettings
= runSettings,
287
RunSettings
= runSettings,
313
RunSettings
= runSettings,
340
RunSettings
= runSettings,
367
RunSettings
= runSettings,
394
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)
parent\vstest.console\Processors\RunSpecificTestsArgumentProcessor.cs (1)
253
var runRequestPayload = new TestRunRequestPayload() { TestCases = _selectedTestCases.ToList(),
RunSettings
= _effectiveRunSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
parent\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 } };
parent\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
318
testRunRequestPayload.
RunSettings
??= "<RunSettings></RunSettings>";
4 references to RunSettings
Microsoft.TestPlatform.CommunicationUtilities (2)
Generated\361d1da7f942c932\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)
parent\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
324
var runsettings = testRunRequestPayload.
RunSettings
;