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