13 writes to TestPlatformOptions
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\42\TestPlatformJsonContext.TestRunRequestPayload.g.cs (1)
161Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunRequestPayload)obj).TestPlatformOptions = value!,
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (8)
VsTestConsoleRequestSender.cs (8)
218TestPlatformOptions = options, 243TestPlatformOptions = options, 268TestPlatformOptions = options, 293TestPlatformOptions = options, 320TestPlatformOptions = options, 347TestPlatformOptions = options, 374TestPlatformOptions = options, 401TestPlatformOptions = options,
vstest.console (2)
Processors\RunSpecificTestsArgumentProcessor.cs (1)
253var runRequestPayload = new TestRunRequestPayload() { TestCases = _selectedTestCases.ToList(), RunSettings = _effectiveRunSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
Processors\RunTestsArgumentProcessor.cs (1)
185var runRequestPayload = new TestRunRequestPayload() { Sources = _commandLineOptions.Sources.ToList(), RunSettings = runSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
vstest.console.arm64 (2)
src\vstest\src\vstest.console\Processors\RunSpecificTestsArgumentProcessor.cs (1)
253var runRequestPayload = new TestRunRequestPayload() { TestCases = _selectedTestCases.ToList(), RunSettings = _effectiveRunSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
src\vstest\src\vstest.console\Processors\RunTestsArgumentProcessor.cs (1)
185var runRequestPayload = new TestRunRequestPayload() { Sources = _commandLineOptions.Sources.ToList(), RunSettings = runSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
12 references to TestPlatformOptions
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\42\TestPlatformJsonContext.TestRunRequestPayload.g.cs (2)
160Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunRequestPayload)obj).TestPlatformOptions, 216TestPlatformOptionsSerializeHandler(writer, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunRequestPayload)value).TestPlatformOptions);
vstest.console (5)
TestPlatformHelpers\TestRequestManager.cs (5)
326if (testRunRequestPayload.TestPlatformOptions != null) 328_telemetryOptedIn = testRunRequestPayload.TestPlatformOptions.CollectMetrics; 397testRunRequestPayload.TestPlatformOptions?.TestCaseFilter, 398testRunRequestPayload.TestPlatformOptions?.FilterOptions, 420testRunRequestPayload.TestPlatformOptions,
vstest.console.arm64 (5)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (5)
326if (testRunRequestPayload.TestPlatformOptions != null) 328_telemetryOptedIn = testRunRequestPayload.TestPlatformOptions.CollectMetrics; 397testRunRequestPayload.TestPlatformOptions?.TestCaseFilter, 398testRunRequestPayload.TestPlatformOptions?.FilterOptions, 420testRunRequestPayload.TestPlatformOptions,