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