2 references to TryGetNormalizedTextChanges
Microsoft.CodeAnalysis.EditorFeatures (2)
Copilot\CopilotWpfTextCreationListener.cs (1)
126var normalizedEdits = CopilotEditorUtilities.TryGetNormalizedTextChanges(editGroup);
Copilot\RoslynProposalAdjusterProvider.cs (1)
178document, CopilotEditorUtilities.TryGetNormalizedTextChanges(editGroup), cancellationToken).ConfigureAwait(false);