7 references to CreateSolution
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Host\RemoteWorkspace.cs (1)
273var solution = this.CreateSolution(solutionInfo);
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (2)
155var newSolution = w.CreateSolution(solutionInfo); 459solution => Workspace.CreateSolution(
Workspace\Workspace.cs (3)
145=> CreateSolution(SolutionInfo.Create(id, VersionStamp.Create())); 773var newSolution = this.CreateSolution(solutionInfo); 789var 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)));