2 references to AddProjectPathArgumentName
dotnet (2)
Commands\Solution\Add\SolutionAddCommandParser.cs (2)
13
public static readonly Argument<IEnumerable<string>> ProjectPathArgument = new(CliCommandStrings.
AddProjectPathArgumentName
)
15
HelpName = CliCommandStrings.
AddProjectPathArgumentName
,