6 references to CreateSolution
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\TestWorkspace.cs (1)
85
SetCurrentSolutionEx(
CreateSolution
(SolutionInfo.Create(SolutionId.CreateNewId(), VersionStamp.Create()).WithTelemetryId(solutionTelemetryId)));
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Host\RemoteWorkspace.cs (1)
273
var solution = this.
CreateSolution
(solutionInfo);
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (1)
313
solution => Workspace.
CreateSolution
(
Workspace\Workspace.cs (3)
129
=>
CreateSolution
(SolutionInfo.Create(id, VersionStamp.Create()));
553
var newSolution = this.
CreateSolution
(solutionInfo);
570
var newSolution = this.
CreateSolution
(reloadedSolutionInfo);