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