Implemented interface member:
method
GetTextChangesAsync
Microsoft.CodeAnalysis.IDocumentTextDifferencingService.GetTextChangesAsync(Microsoft.CodeAnalysis.Document, Microsoft.CodeAnalysis.Document, Microsoft.CodeAnalysis.TextDifferenceTypes, System.Threading.CancellationToken)
1 reference to GetTextChangesAsync
Microsoft.CodeAnalysis.Workspaces (1)
LinkedFileDiffMerging\DefaultDocumentTextDifferencingService.cs (1)
25=> GetTextChangesAsync(oldDocument, newDocument, TextDifferenceTypes.Word, cancellationToken);