3 references to CreateSolution
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\InteractiveWorkspace.cs (1)
68
var emptySolution =
CreateSolution
(SolutionId.CreateNewId("InteractiveSolution"));
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.cs (2)
625
(oldSolution, _) => this.
CreateSolution
(oldSolution.Id),
764
_ => this.
CreateSolution
(SolutionId.CreateNewId()),