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