10 writes to TestCases
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (4)
VsTestConsoleRequestSender.cs (4)
267TestCases = testCases.ToList(), 292TestCases = testCases.ToList(), 372TestCases = testCases.ToList(), 399TestCases = testCases.ToList(),
vstest.console (3)
InProcessVsTestConsoleWrapper.cs (2)
597TestCases = testCaseList, 811TestCases = testCaseList,
Processors\RunSpecificTestsArgumentProcessor.cs (1)
244var runRequestPayload = new TestRunRequestPayload() { TestCases = _selectedTestCases.ToList(), RunSettings = _effectiveRunSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
vstest.console.arm64 (3)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (2)
597TestCases = testCaseList, 811TestCases = testCaseList,
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 } };
8 references to TestCases
vstest.console (4)
TestPlatformHelpers\TestRequestManager.cs (4)
366TPDebug.Assert(testRunRequestPayload.Sources != null || testRunRequestPayload.TestCases != null, "testRunRequestPayload.Sources or testRunRequestPayload.TestCases is null"); 381testRunRequestPayload.TestCases!, 1554if (testRunRequestPayload.TestCases is { Count: > 0 }) 1557foreach (var testCase in testRunRequestPayload.TestCases)
vstest.console.arm64 (4)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (4)
366TPDebug.Assert(testRunRequestPayload.Sources != null || testRunRequestPayload.TestCases != null, "testRunRequestPayload.Sources or testRunRequestPayload.TestCases is null"); 381testRunRequestPayload.TestCases!, 1554if (testRunRequestPayload.TestCases is { Count: > 0 }) 1557foreach (var testCase in testRunRequestPayload.TestCases)