3 writes to _next
System.Linq.AsyncEnumerable (3)
System\Linq\ToLookupAsync.cs (3)
374
g.
_next
= g;
378
g.
_next
= _lastGrouping._next;
379
_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)
337
g = g.
_next
;
378
g._next = _lastGrouping.
_next
;
397
g = g.
_next
!;
415
g = g.
_next
;
434
g = g.
_next
;