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)
134=> CreateSolution(SolutionInfo.Create(id, VersionStamp.Create())); 730var newSolution = this.CreateSolution(solutionInfo); 746var newSolution = this.CreateSolution(reloadedSolutionInfo);
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Workspaces\TestWorkspace`1.cs (1)
84SetCurrentSolutionEx(CreateSolution(SolutionInfo.Create(SolutionId.CreateNewId(), VersionStamp.Create()).WithTelemetryId(solutionTelemetryId)));