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