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