2 references to ProjectPathArgument
dotnet (1)
Commands\Solution\Add\SolutionAddCommand.cs (1)
44
_projects = (IReadOnlyCollection<string>)(parseResult.GetValue(Definition.
ProjectPathArgument
) ?? []);
Microsoft.DotNet.Cli.Definitions (1)
Commands\Solution\SolutionAddCommandDefinition.cs (1)
40
Arguments.Add(
ProjectPathArgument
);