3 references to AddProjects
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (1)
159newSolution = newSolution.AddProjects(projectInfos);
Workspace\Solution\Solution.cs (1)
372return AddProjects(projectInfos);
Workspace\Workspace.cs (1)
751return solution.AddProjects(builder);