1 write to _next
System.Linq (1)
System\Linq\OrderedEnumerable.cs (1)
396
_next
= next;
6 references to _next
System.Linq (6)
System\Linq\OrderedEnumerable.cs (6)
421
_next
?.ComputeKeys(elements, count);
432
if (
_next
is null)
437
return
_next
.CompareAnyKeys(index1, index2);
450
Debug.Assert(
_next
is null);
466
Debug.Assert(
_next
is null);
484
if (typeof(TKey).IsValueType &&
_next
is null && _comparer == Comparer<TKey>.Default)