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