2 references to WithNewWorkspace
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.cs (2)
196
_latestSolution = solution.
WithNewWorkspace
(oldSolution.WorkspaceKind, oldSolution.WorkspaceVersion + 1, oldSolution.Services);
537
newSolution = newSolution.
WithNewWorkspace
(oldSolution.WorkspaceKind, oldSolution.WorkspaceVersion + 1, oldSolution.Services);