2 references to ProjectPathArgument
dotnet (2)
Commands\Solution\Remove\SolutionRemoveCommand.cs (1)
23_projects = (parseResult.GetValue(SolutionRemoveCommandParser.ProjectPathArgument) ?? []).ToList().AsReadOnly();
Commands\Solution\Remove\SolutionRemoveCommandParser.cs (1)
30command.Arguments.Add(ProjectPathArgument);