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); 432if (_next is null) 437return _next.CompareAnyKeys(index1, index2); 450Debug.Assert(_next is null); 466Debug.Assert(_next is null); 484if (typeof(TKey).IsValueType && _next is null && _comparer == Comparer<TKey>.Default)