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