2 references to Line
Microsoft.CodeAnalysis.EditorFeatures (1)
TextDiffing\EditorTextDifferencingService.cs (1)
63if (differenceTypes.HasFlag(TextDifferenceTypes.Line))
Microsoft.CodeAnalysis.Features (1)
CodeRefactorings\AddMissingImports\AbstractAddMissingImportsFeatureService.cs (1)
235document, newDocument, TextDifferenceTypes.Line, cancellationToken).ConfigureAwait(false);