5 references to CreateSolution
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (2)
150var newSolution = w.CreateSolution(solutionInfo); 476solution => Workspace.CreateSolution(
Workspace\Workspace.cs (3)
140=> CreateSolution(SolutionInfo.Create(id, VersionStamp.Create())); 765var newSolution = this.CreateSolution(solutionInfo); 781var newSolution = this.CreateSolution(reloadedSolutionInfo);