1 write to CollectMetrics
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\35\TestPlatformJsonContext.TestPlatformOptions.g.cs (1)
101Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions)obj).CollectMetrics = value!,
6 references to CollectMetrics
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\35\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);
vstest.console (2)
TestPlatformHelpers\TestRequestManager.cs (2)
214_telemetryOptedIn = discoveryPayload.TestPlatformOptions.CollectMetrics; 328_telemetryOptedIn = testRunRequestPayload.TestPlatformOptions.CollectMetrics;
vstest.console.arm64 (2)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (2)
214_telemetryOptedIn = discoveryPayload.TestPlatformOptions.CollectMetrics; 328_telemetryOptedIn = testRunRequestPayload.TestPlatformOptions.CollectMetrics;