3 writes to _next
System.Linq.AsyncEnumerable (3)
System\Linq\ToLookupAsync.cs (3)
388
g.
_next
= g;
392
g.
_next
= _lastGrouping._next;
393
_lastGrouping.
_next
= g;
7 references to _next
System.Linq.AsyncEnumerable (7)
System\Linq\FullJoin.cs (2)
93
g = g.
_next
!;
213
g = g.
_next
!;
System\Linq\ToLookupAsync.cs (5)
342
g = g.
_next
;
392
g._next = _lastGrouping.
_next
;
416
g = g.
_next
!;
432
g = g.
_next
;
451
g = g.
_next
;