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