12 writes to RunSettings
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleRequestSender.cs (2)
955RunSettings = runSettings, 1047RunSettings = runSettings,
vstest.console (5)
InProcessVsTestConsoleWrapper.cs (1)
430RunSettings = discoverySettings,
Processors\ListFullyQualifiedTestsArgumentProcessor.cs (1)
181new DiscoveryRequestPayload { Sources = _commandLineOptions.Sources, RunSettings = runSettings },
Processors\ListTestsArgumentProcessor.cs (1)
186new DiscoveryRequestPayload() { Sources = _commandLineOptions.Sources, RunSettings = runSettings },
Processors\RunSpecificTestsArgumentProcessor.cs (1)
223new DiscoveryRequestPayload() { Sources = sources, RunSettings = _effectiveRunSettings }, _discoveryEventsRegistrar, Constants.DefaultProtocolConfig);
TestPlatformHelpers\TestRequestManager.cs (1)
186discoveryPayload.RunSettings ??= "<RunSettings></RunSettings>";
vstest.console.arm64 (5)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (1)
430RunSettings = discoverySettings,
src\vstest\src\vstest.console\Processors\ListFullyQualifiedTestsArgumentProcessor.cs (1)
181new DiscoveryRequestPayload { Sources = _commandLineOptions.Sources, RunSettings = runSettings },
src\vstest\src\vstest.console\Processors\ListTestsArgumentProcessor.cs (1)
186new DiscoveryRequestPayload() { Sources = _commandLineOptions.Sources, RunSettings = runSettings },
src\vstest\src\vstest.console\Processors\RunSpecificTestsArgumentProcessor.cs (1)
223new DiscoveryRequestPayload() { Sources = sources, RunSettings = _effectiveRunSettings }, _discoveryEventsRegistrar, Constants.DefaultProtocolConfig);
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
186discoveryPayload.RunSettings ??= "<RunSettings></RunSettings>";
2 references to RunSettings
vstest.console (1)
TestPlatformHelpers\TestRequestManager.cs (1)
188var runsettings = discoveryPayload.RunSettings;
vstest.console.arm64 (1)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
188var runsettings = discoveryPayload.RunSettings;