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;
5 references to _next
System.Linq.AsyncEnumerable (5)
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
;