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