1 write to CollectMetrics
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\43\TestPlatformJsonContext.TestPlatformOptions.g.cs (1)
101Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions)obj).CollectMetrics = value!,
10 references to CollectMetrics
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\43\TestPlatformJsonContext.TestPlatformOptions.g.cs (2)
100Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions)obj).CollectMetrics, 151writer.WriteBoolean(PropName_CollectMetrics, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions)value).CollectMetrics);
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleRequestSender.cs (2)
643CollectMetrics = options?.CollectMetrics ?? false, 733CollectMetrics = options?.CollectMetrics ?? false,
vstest.console (3)
TestPlatformHelpers\TestRequestManager.cs (3)
192_telemetryOptedIn = discoveryPayload.TestPlatformOptions.CollectMetrics; 306_telemetryOptedIn = testRunRequestPayload.TestPlatformOptions.CollectMetrics; 475_telemetryOptedIn = payload.TestPlatformOptions.CollectMetrics;
vstest.console.arm64 (3)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (3)
192_telemetryOptedIn = discoveryPayload.TestPlatformOptions.CollectMetrics; 306_telemetryOptedIn = testRunRequestPayload.TestPlatformOptions.CollectMetrics; 475_telemetryOptedIn = payload.TestPlatformOptions.CollectMetrics;