3 references to GroupAggregateVar
System.Data.Entity (3)
System\Data\Query\PlanCompiler\AggregatePushdown.cs (3)
369if (isCollect || !isVarDefinition && AggregatePushdownUtil.IsVarRefOverGivenVar(templateNode, handler._targetGroupAggregateVarInfo.GroupAggregateVar)) 773&& (isUnnested || AggregatePushdownUtil.IsVarRefOverGivenVar(templateNode, referencedGroupAggregateVarInfo.GroupAggregateVar))) 913dictionary.Add(groupAggregateVarInfo.GroupAggregateVar, inputVar);