3 writes to TestPlatformOptions
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\32\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)
956TestPlatformOptions = options, 1048TestPlatformOptions = options,
8 references to TestPlatformOptions
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\32\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)
190if (discoveryPayload.TestPlatformOptions != null) 192_telemetryOptedIn = discoveryPayload.TestPlatformOptions.CollectMetrics; 248discoveryPayload.TestPlatformOptions,
vstest.console.arm64 (3)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (3)
190if (discoveryPayload.TestPlatformOptions != null) 192_telemetryOptedIn = discoveryPayload.TestPlatformOptions.CollectMetrics; 248discoveryPayload.TestPlatformOptions,