5 writes to Sources
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\38\TestPlatformJsonContext.StartTestSessionPayload.g.cs (1)
61
Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.StartTestSessionPayload)obj).
Sources
= value!,
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleRequestSender.cs (2)
442
Sources
= sources,
543
Sources
= sources,
vstest.console (1)
TestPlatformHelpers\TestRequestManager.cs (1)
478
payload.
Sources
??= new List<string>();
vstest.console.arm64 (1)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
478
payload.
Sources
??= new List<string>();
10 references to Sources
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\38\TestPlatformJsonContext.StartTestSessionPayload.g.cs (2)
60
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.StartTestSessionPayload)obj).
Sources
,
169
IListStringSerializeHandler(writer, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.StartTestSessionPayload)value).
Sources
);
vstest.console (4)
TestPlatformHelpers\TestRequestManager.cs (4)
483
payload.
Sources
,
493
var sourceToSourceDetailMap = payload.
Sources
.Select(source => new SourceDetail
517
payload.RunSettings = AddFakesConfigurationToRunsettings(payload.
Sources
, payload.RunSettings);
540
Sources = payload.
Sources
,
vstest.console.arm64 (4)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (4)
483
payload.
Sources
,
493
var sourceToSourceDetailMap = payload.
Sources
.Select(source => new SourceDetail
517
payload.RunSettings = AddFakesConfigurationToRunsettings(payload.
Sources
, payload.RunSettings);
540
Sources = payload.
Sources
,