7 writes to TestCases
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\50\TestPlatformJsonContext.TestRunRequestPayload.g.cs (1)
81Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunRequestPayload)obj).TestCases = value!,
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (4)
VsTestConsoleRequestSender.cs (4)
267TestCases = testCases.ToList(), 292TestCases = testCases.ToList(), 372TestCases = testCases.ToList(), 399TestCases = testCases.ToList(),
vstest.console (1)
Processors\RunSpecificTestsArgumentProcessor.cs (1)
244var runRequestPayload = new TestRunRequestPayload() { TestCases = _selectedTestCases.ToList(), RunSettings = _effectiveRunSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
vstest.console.arm64 (1)
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 } };
10 references to TestCases
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\50\TestPlatformJsonContext.TestRunRequestPayload.g.cs (2)
80Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunRequestPayload)obj).TestCases, 211ListTestCaseSerializeHandler(writer, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunRequestPayload)value).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)