2 references to FixLineEndingBoundaries
Microsoft.CodeAnalysis.Features (2)
Copilot\IProposalAdjusterService.cs (2)
162
var totalChanges =
FixLineEndingBoundaries
(oldText, allChanges.AsImmutableOrEmpty());
455
=> AbstractCopilotProposalAdjusterService.
FixLineEndingBoundaries
(originalText, changes);