2 references to ProjectPathArgument
dotnet (2)
Commands\Solution\Add\SolutionAddCommand.cs (1)
43_projects = (IReadOnlyCollection<string>)(parseResult.GetValue(SolutionAddCommandParser.ProjectPathArgument) ?? []);
Commands\Solution\Add\SolutionAddCommandParser.cs (1)
47command.Arguments.Add(ProjectPathArgument);