3 writes to _next
System.Linq.AsyncEnumerable (3)
System\Linq\ToLookupAsync.cs (3)
398
g.
_next
= g;
402
g.
_next
= _lastGrouping._next;
403
_lastGrouping.
_next
= g;
5 references to _next
System.Linq.AsyncEnumerable (5)
System\Linq\ToLookupAsync.cs (5)
361
g = g.
_next
;
402
g._next = _lastGrouping.
_next
;
421
g = g.
_next
!;
439
g = g.
_next
;
458
g = g.
_next
;