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