4 references to SolutionFolderOption
dotnet (4)
Commands\New\DotnetCommandCallbacks.cs (1)
51commandArgs = commandArgs.Append(SolutionAddCommandParser.SolutionFolderOption.Name).Append(solutionFolder);
Commands\Solution\Add\SolutionAddCommand.cs (1)
45_solutionFolderPath = parseResult.GetValue(SolutionAddCommandParser.SolutionFolderOption);
Commands\Solution\Add\SolutionAddCommandParser.cs (1)
49command.Options.Add(SolutionFolderOption);
Commands\Solution\SolutionArgumentValidator.cs (1)
45args = $"--{SolutionAddCommandParser.SolutionFolderOption.Name} {string.Join(" ", relativeRoot)} ";