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