9 writes to Sources
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\42\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)
216Sources = sources.ToList(), 241Sources = sources.ToList(), 317Sources = sources.ToList(), 344Sources = sources.ToList(),
vstest.console (2)
Processors\RunTestsArgumentProcessor.cs (1)
185var runRequestPayload = new TestRunRequestPayload() { Sources = _commandLineOptions.Sources.ToList(), RunSettings = runSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
TestPlatformHelpers\TestRequestManager.cs (1)
321testRunRequestPayload.Sources = KnownPlatformSourceFilter.FilterKnownPlatformSources(testRunRequestPayload.Sources);
vstest.console.arm64 (2)
src\vstest\src\vstest.console\Processors\RunTestsArgumentProcessor.cs (1)
185var 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)
321testRunRequestPayload.Sources = KnownPlatformSourceFilter.FilterKnownPlatformSources(testRunRequestPayload.Sources);
18 references to Sources
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\42\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)
319if (testRunRequestPayload.Sources != null) 321testRunRequestPayload.Sources = KnownPlatformSourceFilter.FilterKnownPlatformSources(testRunRequestPayload.Sources); 388TPDebug.Assert(testRunRequestPayload.Sources != null || testRunRequestPayload.TestCases != null, "testRunRequestPayload.Sources or testRunRequestPayload.TestCases is null"); 389TestRunCriteria runCriteria = testRunRequestPayload.Sources != null && testRunRequestPayload.Sources.Count != 0 391testRunRequestPayload.Sources, 1431if (testRunRequestPayload.Sources is { Count: > 0 }) 1433return testRunRequestPayload.Sources;
vstest.console.arm64 (8)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (8)
319if (testRunRequestPayload.Sources != null) 321testRunRequestPayload.Sources = KnownPlatformSourceFilter.FilterKnownPlatformSources(testRunRequestPayload.Sources); 388TPDebug.Assert(testRunRequestPayload.Sources != null || testRunRequestPayload.TestCases != null, "testRunRequestPayload.Sources or testRunRequestPayload.TestCases is null"); 389TestRunCriteria runCriteria = testRunRequestPayload.Sources != null && testRunRequestPayload.Sources.Count != 0 391testRunRequestPayload.Sources, 1431if (testRunRequestPayload.Sources is { Count: > 0 }) 1433return testRunRequestPayload.Sources;