15 writes to RunSettings
Microsoft.TestPlatform.CommunicationUtilities (1)
Generated\361d1da7f942c932\TestPlatformJsonContext.TestRunRequestPayload.g.cs (1)
101Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunRequestPayload)obj).RunSettings = value!,
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (8)
VsTestConsoleRequestSender.cs (8)
212RunSettings = runSettings, 237RunSettings = runSettings, 262RunSettings = runSettings, 287RunSettings = runSettings, 313RunSettings = runSettings, 340RunSettings = runSettings, 367RunSettings = runSettings, 394RunSettings = runSettings,
vstest.console (3)
Processors\RunSpecificTestsArgumentProcessor.cs (1)
253var runRequestPayload = new TestRunRequestPayload() { TestCases = _selectedTestCases.ToList(), RunSettings = _effectiveRunSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
Processors\RunTestsArgumentProcessor.cs (1)
185var runRequestPayload = new TestRunRequestPayload() { Sources = _commandLineOptions.Sources.ToList(), RunSettings = runSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
TestPlatformHelpers\TestRequestManager.cs (1)
318testRunRequestPayload.RunSettings ??= "<RunSettings></RunSettings>";
vstest.console.arm64 (3)
parent\vstest.console\Processors\RunSpecificTestsArgumentProcessor.cs (1)
253var runRequestPayload = new TestRunRequestPayload() { TestCases = _selectedTestCases.ToList(), RunSettings = _effectiveRunSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
parent\vstest.console\Processors\RunTestsArgumentProcessor.cs (1)
185var runRequestPayload = new TestRunRequestPayload() { Sources = _commandLineOptions.Sources.ToList(), RunSettings = runSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
parent\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
318testRunRequestPayload.RunSettings ??= "<RunSettings></RunSettings>";
4 references to RunSettings
Microsoft.TestPlatform.CommunicationUtilities (2)
Generated\361d1da7f942c932\TestPlatformJsonContext.TestRunRequestPayload.g.cs (2)
100Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunRequestPayload)obj).RunSettings, 212writer.WriteString(PropName_RunSettings, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunRequestPayload)value).RunSettings);
vstest.console (1)
TestPlatformHelpers\TestRequestManager.cs (1)
324var runsettings = testRunRequestPayload.RunSettings;
vstest.console.arm64 (1)
parent\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
324var runsettings = testRunRequestPayload.RunSettings;