1 implementation of GetTextChangesAsync
Microsoft.CodeAnalysis.Workspaces (1)
LinkedFileDiffMerging\DefaultDocumentTextDifferencingService.cs (1)
24
public Task<ImmutableArray<TextChange>>
GetTextChangesAsync
(Document oldDocument, Document newDocument, CancellationToken cancellationToken)
1 reference to GetTextChangesAsync
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixes\FixAllOccurrences\TextChangeMerger.cs (1)
48
var currentChanges = await _differenceService.
GetTextChangesAsync
(