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