2 writes to CollectMetrics
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\45\TestPlatformJsonContext.TestRunAttachmentsProcessingPayload.g.cs (1)
121Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunAttachmentsProcessingPayload)obj).CollectMetrics = value!,
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleRequestSender.cs (1)
1316CollectMetrics = collectMetrics
4 references to CollectMetrics
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\45\TestPlatformJsonContext.TestRunAttachmentsProcessingPayload.g.cs (2)
120Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunAttachmentsProcessingPayload)obj).CollectMetrics, 153writer.WriteBoolean(PropName_CollectMetrics, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunAttachmentsProcessingPayload)value).CollectMetrics);
vstest.console (1)
TestPlatformHelpers\TestRequestManager.cs (1)
421_telemetryOptedIn = attachmentsProcessingPayload.CollectMetrics;
vstest.console.arm64 (1)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
421_telemetryOptedIn = attachmentsProcessingPayload.CollectMetrics;