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