4 writes to TestPlatformOptions
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleRequestSender.cs (2)
956
TestPlatformOptions
= options,
1048
TestPlatformOptions
= options,
vstest.console (1)
InProcessVsTestConsoleWrapper.cs (1)
431
TestPlatformOptions
= options,
vstest.console.arm64 (1)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (1)
431
TestPlatformOptions
= options,
6 references to TestPlatformOptions
vstest.console (3)
TestPlatformHelpers\TestRequestManager.cs (3)
190
if (discoveryPayload.
TestPlatformOptions
!= null)
192
_telemetryOptedIn = discoveryPayload.
TestPlatformOptions
.CollectMetrics;
248
discoveryPayload.
TestPlatformOptions
,
vstest.console.arm64 (3)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (3)
190
if (discoveryPayload.
TestPlatformOptions
!= null)
192
_telemetryOptedIn = discoveryPayload.
TestPlatformOptions
.CollectMetrics;
248
discoveryPayload.
TestPlatformOptions
,