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