3 references to SplitAndJoinAcrossMultipleValues
NuGet.CommandLine.XPlat (3)
Commands\PackageReferenceCommands\AddPackageReferenceCommand.cs (2)
122Frameworks = CommandLineUtility.SplitAndJoinAcrossMultipleValues(frameworkValues), 123Sources = CommandLineUtility.SplitAndJoinAcrossMultipleValues(sourceValues),
Commands\Signing\TrustedSignersCommand.cs (1)
216Owners = CommandLineUtility.SplitAndJoinAcrossMultipleValues(owners != null ? new[] { owners } : null),