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