2 references to IsSorted
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\EmitBaseline.cs (1)
422
Debug.Assert(customAttributesAdded.All(entry => !entry.Value.IsDefaultOrEmpty && entry.Value.
IsSorted
()));
src\Dependencies\Collections\Extensions\ImmutableArrayExtensions.cs (1)
1299
=>
IsSorted
(array, Comparer<T>.Create(comparison));