2 references to GetNewTextAndChangedSpans
Microsoft.CodeAnalysis.Features (2)
Copilot\ICopilotChangeAnalysisService.cs (1)
93var (newText, newSpans) = CopilotUtilities.GetNewTextAndChangedSpans(oldText, normalizedChanges);
Copilot\IProposalAdjusterService.cs (1)
71var (newText, newSpans) = CopilotUtilities.GetNewTextAndChangedSpans(oldText, normalizedChanges);