1 write to _referenceGroup
System.Data.Entity (1)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
276
_referenceGroup
= true;
2 references to _referenceGroup
System.Data.Entity (2)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (2)
275
PlanCompiler.Assert(!
_referenceGroup
, "SwitchToGroupReference called more than once on the same GroupByScope?");
281
get { return (
_referenceGroup
? _binding.GroupVariable : _binding.Variable); }