3 references to Word
Microsoft.CodeAnalysis.EditorFeatures (2)
TextDiffing\EditorTextDifferencingService.cs (2)
33=> GetTextChangesAsync(oldDocument, newDocument, TextDifferenceTypes.Word, cancellationToken); 68if (differenceTypes.HasFlag(TextDifferenceTypes.Word))
Microsoft.CodeAnalysis.Workspaces (1)
LinkedFileDiffMerging\DefaultDocumentTextDifferencingService.cs (1)
26=> GetTextChangesAsync(oldDocument, newDocument, TextDifferenceTypes.Word, cancellationToken);