12 writes to Sources
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (4)
VsTestConsoleRequestSender.cs (4)
217Sources = sources.ToList(), 242Sources = sources.ToList(), 318Sources = sources.ToList(), 345Sources = sources.ToList(),
vstest.console (4)
InProcessVsTestConsoleWrapper.cs (2)
507Sources = sourceList, 700Sources = sourceList,
Processors\RunTestsArgumentProcessor.cs (1)
176var runRequestPayload = new TestRunRequestPayload() { Sources = _commandLineOptions.Sources.ToList(), RunSettings = runSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
TestPlatformHelpers\TestRequestManager.cs (1)
299testRunRequestPayload.Sources = KnownPlatformSourceFilter.FilterKnownPlatformSources(testRunRequestPayload.Sources);
vstest.console.arm64 (4)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (2)
507Sources = sourceList, 700Sources = sourceList,
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 } };
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
299testRunRequestPayload.Sources = KnownPlatformSourceFilter.FilterKnownPlatformSources(testRunRequestPayload.Sources);
16 references to Sources
vstest.console (8)
TestPlatformHelpers\TestRequestManager.cs (8)
297if (testRunRequestPayload.Sources != null) 299testRunRequestPayload.Sources = KnownPlatformSourceFilter.FilterKnownPlatformSources(testRunRequestPayload.Sources); 366TPDebug.Assert(testRunRequestPayload.Sources != null || testRunRequestPayload.TestCases != null, "testRunRequestPayload.Sources or testRunRequestPayload.TestCases is null"); 367TestRunCriteria runCriteria = testRunRequestPayload.Sources != null && testRunRequestPayload.Sources.Count != 0 369testRunRequestPayload.Sources, 1549if (testRunRequestPayload.Sources is { Count: > 0 }) 1551return testRunRequestPayload.Sources;
vstest.console.arm64 (8)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (8)
297if (testRunRequestPayload.Sources != null) 299testRunRequestPayload.Sources = KnownPlatformSourceFilter.FilterKnownPlatformSources(testRunRequestPayload.Sources); 366TPDebug.Assert(testRunRequestPayload.Sources != null || testRunRequestPayload.TestCases != null, "testRunRequestPayload.Sources or testRunRequestPayload.TestCases is null"); 367TestRunCriteria runCriteria = testRunRequestPayload.Sources != null && testRunRequestPayload.Sources.Count != 0 369testRunRequestPayload.Sources, 1549if (testRunRequestPayload.Sources is { Count: > 0 }) 1551return testRunRequestPayload.Sources;