1 write to MergedSolution
Microsoft.CodeAnalysis.Workspaces (1)
LinkedFileDiffMerging\LinkedFileMergeSessionResult.cs (1)
20this.MergedSolution = mergedSolution;
2 references to MergedSolution
Microsoft.CodeAnalysis.Features (1)
CodeRefactorings\SyncNamespace\AbstractChangeNamespaceService.cs (1)
894return mergeResult.MergedSolution;
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\Solution.cs (1)
1612return (await session.MergeDiffsAsync(cancellationToken).ConfigureAwait(false)).MergedSolution;