3 references to SolutionFolderHeader
dotnet (1)
Commands\Solution\List\SolutionListCommand.cs (1)
54string header = _displaySolutionFolders ? CliCommandStrings.SolutionFolderHeader : CliCommandStrings.ProjectsHeader;
dotnet.Tests (2)
CommandTests\Solution\List\GivenDotnetSlnList.cs (2)
247string[] expectedOutput = { $"{CliCommandStrings.SolutionFolderHeader}", 248$"{new string('-', CliCommandStrings.SolutionFolderHeader.Length)}",