5 references to CreateSolution
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (2)
151var newSolution = w.CreateSolution(solutionInfo); 477solution => Workspace.CreateSolution(
Workspace\Workspace.cs (3)
143=> CreateSolution(SolutionInfo.Create(id, VersionStamp.Create())); 768var newSolution = this.CreateSolution(solutionInfo); 784var newSolution = this.CreateSolution(reloadedSolutionInfo);