1 write to _next
System.Linq.AsyncEnumerable (1)
System\Linq\OrderBy.cs (1)
315_next = next;
6 references to _next
System.Linq.AsyncEnumerable (6)
System\Linq\OrderBy.cs (6)
351_next?.ComputeKeysAsync(elements, count, cancellationToken); 362if (_next is null) 367return _next.Compare(index1, index2); 379if (typeof(TKey).IsValueType && _next is null && _comparer == Comparer<TKey>.Default) 391Debug.Assert(_next is null); 407Debug.Assert(_next is null);