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); 430if (_next is null) 435return _next.CompareAnyKeys(index1, index2); 448Debug.Assert(_next is null); 464Debug.Assert(_next is null); 482if (typeof(TKey).IsValueType && _next is null && _comparer == Comparer<TKey>.Default)