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