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