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