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)
2 references to GetTextChangesAsync
Microsoft.CodeAnalysis.Workspaces (2)
LinkedFileDiffMerging\LinkedFileDiffMergingSession.cs (2)
104var allTextChangesAcrossLinkedFiles = await textDifferencingService.GetTextChangesAsync( 147var textChanges = await textDiffService.GetTextChangesAsync(