20 writes to TestPlatformOptions
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (8)
VsTestConsoleRequestSender.cs (8)
219TestPlatformOptions = options, 244TestPlatformOptions = options, 269TestPlatformOptions = options, 294TestPlatformOptions = options, 321TestPlatformOptions = options, 348TestPlatformOptions = options, 375TestPlatformOptions = options, 402TestPlatformOptions = options,
vstest.console (6)
InProcessVsTestConsoleWrapper.cs (4)
509TestPlatformOptions = options, 599TestPlatformOptions = options, 703TestPlatformOptions = options, 814TestPlatformOptions = options,
Processors\RunSpecificTestsArgumentProcessor.cs (1)
244var runRequestPayload = new TestRunRequestPayload() { TestCases = _selectedTestCases.ToList(), RunSettings = _effectiveRunSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
Processors\RunTestsArgumentProcessor.cs (1)
176var runRequestPayload = new TestRunRequestPayload() { Sources = _commandLineOptions.Sources.ToList(), RunSettings = runSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
vstest.console.arm64 (6)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (4)
509TestPlatformOptions = options, 599TestPlatformOptions = options, 703TestPlatformOptions = options, 814TestPlatformOptions = options,
src\vstest\src\vstest.console\Processors\RunSpecificTestsArgumentProcessor.cs (1)
244var 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)
176var runRequestPayload = new TestRunRequestPayload() { Sources = _commandLineOptions.Sources.ToList(), RunSettings = runSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
10 references to TestPlatformOptions
vstest.console (5)
TestPlatformHelpers\TestRequestManager.cs (5)
304if (testRunRequestPayload.TestPlatformOptions != null) 306_telemetryOptedIn = testRunRequestPayload.TestPlatformOptions.CollectMetrics; 375testRunRequestPayload.TestPlatformOptions?.TestCaseFilter, 376testRunRequestPayload.TestPlatformOptions?.FilterOptions, 398testRunRequestPayload.TestPlatformOptions,
vstest.console.arm64 (5)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (5)
304if (testRunRequestPayload.TestPlatformOptions != null) 306_telemetryOptedIn = testRunRequestPayload.TestPlatformOptions.CollectMetrics; 375testRunRequestPayload.TestPlatformOptions?.TestCaseFilter, 376testRunRequestPayload.TestPlatformOptions?.FilterOptions, 398testRunRequestPayload.TestPlatformOptions,