1 write to next
System.Core (1)
System\Linq\Enumerable.cs (1)
2645this.next = next;
4 references to next
System.Core (4)
System\Linq\Enumerable.cs (4)
2651if (next != null) next.ComputeKeys(elements, count); 2657if (next == null) return index1 - index2; 2658return next.CompareKeys(index1, index2);