7 references to CreateSolution
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Host\RemoteWorkspace.cs (1)
274var solution = this.CreateSolution(solutionInfo);
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (2)
156var newSolution = w.CreateSolution(solutionInfo); 460solution => Workspace.CreateSolution(
Workspace\Workspace.cs (3)
144=> CreateSolution(SolutionInfo.Create(id, VersionStamp.Create())); 772var newSolution = this.CreateSolution(solutionInfo); 788var newSolution = this.CreateSolution(reloadedSolutionInfo);
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Workspaces\TestWorkspace`1.cs (1)
78SetCurrentSolutionEx(CreateSolution(SolutionInfo.Create(SolutionId.CreateNewId(), VersionStamp.Create()).WithTelemetryId(solutionTelemetryId)));