2 writes to _g
System.Linq (2)
System\Linq\Grouping.cs (2)
317
_g
= _lookup._lastGrouping;
339
_g
= _g._next;
6 references to _g
System.Linq (6)
System\Linq\Grouping.cs (6)
318
if (
_g
is not null)
326
Debug.Assert(
_g
is not null);
328
if (
_g
!= _lookup._lastGrouping)
339
_g =
_g
._next;
340
Debug.Assert(
_g
is not null);
341
_current =
_g
;