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