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