3 writes to _telemetryOptedIn
vstest.console.arm64 (3)
parent\vstest.console\TestPlatformHelpers\TestRequestManager.cs (3)
214_telemetryOptedIn = discoveryPayload.TestPlatformOptions.CollectMetrics; 328_telemetryOptedIn = testRunRequestPayload.TestPlatformOptions.CollectMetrics; 443_telemetryOptedIn = attachmentsProcessingPayload.CollectMetrics;
2 references to _telemetryOptedIn
vstest.console.arm64 (2)
parent\vstest.console\TestPlatformHelpers\TestRequestManager.cs (2)
1423_telemetryOptedIn || IsTelemetryOptedIn() 1426IsTelemetryOptedIn = _telemetryOptedIn || IsTelemetryOptedIn(),