1 write to _next
System.Linq.AsyncEnumerable (1)
System\Linq\OrderBy.cs (1)
290_next = next;
6 references to _next
System.Linq.AsyncEnumerable (6)
System\Linq\OrderBy.cs (6)
326_next?.ComputeKeysAsync(elements, count, cancellationToken); 337if (_next is null) 342return _next.Compare(index1, index2); 354if (typeof(TKey).IsValueType && _next is null && _comparer == Comparer<TKey>.Default) 366Debug.Assert(_next is null); 382Debug.Assert(_next is null);