5 references to TextDifferenceTypes
Microsoft.CodeAnalysis.Workspaces (5)
LinkedFileDiffMerging\DefaultDocumentTextDifferencingService.cs (2)
25
=> GetTextChangesAsync(oldDocument, newDocument,
TextDifferenceTypes
.Word, cancellationToken);
27
public async Task<ImmutableArray<TextChange>> GetTextChangesAsync(Document oldDocument, Document newDocument,
TextDifferenceTypes
preferredDifferenceType, CancellationToken cancellationToken)
LinkedFileDiffMerging\LinkedFileDiffMergingSession.cs (2)
106
firstOldDocument, firstNewDocument,
TextDifferenceTypes
.Line, cancellationToken).ConfigureAwait(false);
150
oldDocument, newDocument,
TextDifferenceTypes
.Line, cancellationToken).ConfigureAwait(false);
Workspace\Solution\IDocumentTextDifferencingService.cs (1)
34
Task<ImmutableArray<TextChange>> GetTextChangesAsync(Document oldDocument, Document newDocument,
TextDifferenceTypes
preferredDifferenceType, CancellationToken cancellationToken);