1 reference to IsSorted
Microsoft.CodeAnalysis.Features (1)
Copilot\CopilotUtilities.cs (1)
72
Contract.ThrowIfTrue(!textChanges.
IsSorted
(static (c1, c2) => c1.Span.Start - c2.Span.Start), "'changes' was not sorted.");