1 write to Sources
NuGet.CommandLine.XPlat (1)
Commands\PackageReferenceCommands\AddPackageReferenceCommand.cs (1)
99
Sources
= CommandLineUtility.SplitAndJoinAcrossMultipleValues(sources.Values),
2 references to Sources
NuGet.CommandLine.XPlat (2)
Commands\PackageReferenceCommands\AddPackageReferenceCommandRunner.cs (2)
122
if (packageReferenceArgs.
Sources
?.Any() == true)
127
foreach (string source in packageReferenceArgs.
Sources
)