2 references to RemoveProjectPathArgumentName
dotnet (2)
Commands\Solution\Remove\SolutionRemoveCommandParser.cs (2)
12
public static readonly Argument<IEnumerable<string>> ProjectPathArgument = new(CliCommandStrings.
RemoveProjectPathArgumentName
)
14
HelpName = CliCommandStrings.
RemoveProjectPathArgumentName
,