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)
275PlanCompiler.Assert(!_referenceGroup, "SwitchToGroupReference called more than once on the same GroupByScope?"); 281get { return (_referenceGroup ? _binding.GroupVariable : _binding.Variable); }