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