2 writes to _g
System.Linq (2)
System\Linq\Grouping.cs (2)
264
_g
= _lookup._lastGrouping;
286
_g
= _g._next;
6 references to _g
System.Linq (6)
System\Linq\Grouping.cs (6)
265
if (
_g
is not null)
273
Debug.Assert(
_g
is not null);
275
if (
_g
!= _lookup._lastGrouping)
286
_g =
_g
._next;
287
Debug.Assert(
_g
is not null);
288
_current =
_g
;