1 write to _next
System.Linq (1)
System\Linq\OrderedEnumerable.cs (1)
394
_next
= next;
6 references to _next
System.Linq (6)
System\Linq\OrderedEnumerable.cs (6)
419
_next
?.ComputeKeys(elements, count);
430
if (
_next
is null)
435
return
_next
.CompareAnyKeys(index1, index2);
448
Debug.Assert(
_next
is null);
464
Debug.Assert(
_next
is null);
482
if (typeof(TKey).IsValueType &&
_next
is null && _comparer == Comparer<TKey>.Default)