15 writes to RunSettings
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\50\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)
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 (3)
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 (3)
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>";
4 references to RunSettings
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\50\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)
302
var runsettings = testRunRequestPayload.
RunSettings
;
vstest.console.arm64 (1)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
302
var runsettings = testRunRequestPayload.
RunSettings
;