2 references to SaveSolutionFilter
dotnet (2)
Commands\Solution\Add\SolutionAddCommand.cs (1)
299SlnfFileHelper.SaveSolutionFilter(_solutionFileFullPath, parentSolutionPath, allProjects);
Commands\Solution\Remove\SolutionRemoveCommand.cs (1)
170SlnfFileHelper.SaveSolutionFilter(slnfFileFullPath, parentSolutionPath, existingProjects.OrderBy(p => p));