1 write to CollectMetrics
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\35\TestPlatformJsonContext.TestPlatformOptions.g.cs (1)
101
Setter = 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)
100
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions)obj).
CollectMetrics
,
151
writer.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
;