4 writes to TestPlatformOptions
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleRequestSender.cs (2)
447TestPlatformOptions = options 547TestPlatformOptions = options
vstest.console (1)
InProcessVsTestConsoleWrapper.cs (1)
263TestPlatformOptions = options
vstest.console.arm64 (1)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (1)
263TestPlatformOptions = options
4 references to TestPlatformOptions
vstest.console (2)
TestPlatformHelpers\TestRequestManager.cs (2)
473if (payload.TestPlatformOptions != null) 475_telemetryOptedIn = payload.TestPlatformOptions.CollectMetrics;
vstest.console.arm64 (2)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (2)
473if (payload.TestPlatformOptions != null) 475_telemetryOptedIn = payload.TestPlatformOptions.CollectMetrics;