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.EditorFeatures (1)
TextDiffing\EditorTextDifferencingService.cs (1)
28=> GetTextChangesAsync(oldDocument, newDocument, TextDifferenceTypes.Word, cancellationToken);