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