9 writes to Sources
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\50\TestPlatformJsonContext.TestRunRequestPayload.g.cs (1)
61Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunRequestPayload)obj).Sources = value!,
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (4)
VsTestConsoleRequestSender.cs (4)
217Sources = sources.ToList(), 242Sources = sources.ToList(), 318Sources = sources.ToList(), 345Sources = sources.ToList(),
vstest.console (2)
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 (2)
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);
18 references to Sources
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\50\TestPlatformJsonContext.TestRunRequestPayload.g.cs (2)
60Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunRequestPayload)obj).Sources, 209ListStringSerializeHandler(writer, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunRequestPayload)value).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;