3 writes to TestPlatformOptions
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\38\TestPlatformJsonContext.StartTestSessionPayload.g.cs (1)
141Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.StartTestSessionPayload)obj).TestPlatformOptions = value!,
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleRequestSender.cs (2)
447TestPlatformOptions = options 547TestPlatformOptions = options
6 references to TestPlatformOptions
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\38\TestPlatformJsonContext.StartTestSessionPayload.g.cs (2)
140Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.StartTestSessionPayload)obj).TestPlatformOptions, 174TestPlatformOptionsSerializeHandler(writer, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.StartTestSessionPayload)value).TestPlatformOptions);
vstest.console (2)
TestPlatformHelpers\TestRequestManager.cs (2)
473if (payload.TestPlatformOptions != null) 475_telemetryOptedIn = payload.TestPlatformOptions.CollectMetrics;
vstest.console.arm64 (2)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (2)
473if (payload.TestPlatformOptions != null) 475_telemetryOptedIn = payload.TestPlatformOptions.CollectMetrics;