3 writes to TestPlatformOptions
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\30\TestPlatformJsonContext.DiscoveryRequestPayload.g.cs (1)
101Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.DiscoveryRequestPayload)obj).TestPlatformOptions = value!,
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleRequestSender.cs (2)
576TestPlatformOptions = options, 668TestPlatformOptions = options,
8 references to TestPlatformOptions
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\30\TestPlatformJsonContext.DiscoveryRequestPayload.g.cs (2)
100Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.DiscoveryRequestPayload)obj).TestPlatformOptions, 152TestPlatformOptionsSerializeHandler(writer, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.DiscoveryRequestPayload)value).TestPlatformOptions);
vstest.console (3)
TestPlatformHelpers\TestRequestManager.cs (3)
212if (discoveryPayload.TestPlatformOptions != null) 214_telemetryOptedIn = discoveryPayload.TestPlatformOptions.CollectMetrics; 270discoveryPayload.TestPlatformOptions,
vstest.console.arm64 (3)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (3)
212if (discoveryPayload.TestPlatformOptions != null) 214_telemetryOptedIn = discoveryPayload.TestPlatformOptions.CollectMetrics; 270discoveryPayload.TestPlatformOptions,