3 references to SplitAndJoinAcrossMultipleValues
NuGet.CommandLine.XPlat (3)
Commands\PackageReferenceCommands\AddPackageReferenceCommand.cs (2)
98
Frameworks = CommandLineUtility.
SplitAndJoinAcrossMultipleValues
(frameworks.Values),
99
Sources = CommandLineUtility.
SplitAndJoinAcrossMultipleValues
(sources.Values),
Commands\Signing\TrustedSignersCommand.cs (1)
265
Owners = CommandLineUtility.
SplitAndJoinAcrossMultipleValues
(owners?.Values),