2 references to SolutionListCommandParser
dotnet (2)
Commands\Solution\List\SolutionListCommand.cs (1)
16
private readonly bool _displaySolutionFolders = parseResult.GetValue(
SolutionListCommandParser
.SolutionFolderOption);
Commands\Solution\SolutionCommandParser.cs (1)
43
command.Subcommands.Add(
SolutionListCommandParser
.GetCommand());