2 references to MergeDocumentChangesAsync
Microsoft.CodeAnalysis.Features (2)
CodeRefactorings\SyncNamespace\AbstractChangeNamespaceService.cs (2)
484var solutionWithFixedReferences = await MergeDocumentChangesAsync(solutionWithChangedNamespace, fixedDocuments, cancellationToken).ConfigureAwait(false); 796return await MergeDocumentChangesAsync(solution, changeDocuments, cancellationToken).ConfigureAwait(false);