1 implementation of GetTextChangesAsync
Microsoft.CodeAnalysis.Workspaces (1)
LinkedFileDiffMerging\DefaultDocumentTextDifferencingService.cs (1)
27public async Task<ImmutableArray<TextChange>> GetTextChangesAsync(Document oldDocument, Document newDocument, TextDifferenceTypes preferredDifferenceType, CancellationToken cancellationToken)
1 reference to GetTextChangesAsync
Microsoft.CodeAnalysis.Workspaces (1)
LinkedFileDiffMerging\LinkedFileDiffMergingSession.cs (1)
149var textChanges = await textDiffService.GetTextChangesAsync(