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)
30
command.Arguments.Add(
ProjectPathArgument
);