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