1 write to _displaySolutionFolders
dotnet-aot (1)
parent\dotnet\Commands\Solution\List\SolutionListCommand.cs (1)
21_displaySolutionFolders = parseResult.GetValue(Definition.SolutionFolderOption);
2 references to _displaySolutionFolders
dotnet-aot (2)
parent\dotnet\Commands\Solution\List\SolutionListCommand.cs (2)
42if (_displaySolutionFolders) 60string header = _displaySolutionFolders ? CliCommandStrings.SolutionFolderHeader : CliCommandStrings.ProjectsHeader;