2 references to SolutionOrProjectArgumentDescription
dotnet (2)
Commands\Hidden\List\ListCommandParser.cs (1)
17public static readonly Argument<string> SlnOrProjectArgument = CreateSlnOrProjectArgument(CliStrings.SolutionOrProjectArgumentName, CliStrings.SolutionOrProjectArgumentDescription);
Commands\Workload\Restore\WorkloadRestoreCommandParser.cs (1)
16Description = CliStrings.SolutionOrProjectArgumentDescription,