1 implementation of GetTextChangesAsync
Microsoft.CodeAnalysis.Workspaces (1)
LinkedFileDiffMerging\DefaultDocumentTextDifferencingService.cs (1)
27
public 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)
149
var textChanges = await textDiffService.
GetTextChangesAsync
(