3 references to TranslateOverGroupAggregateVar
System.Data.Entity (3)
System\Data\Query\PlanCompiler\AggregatePushdown.cs (3)
392return TranslateOverGroupAggregateVar(op.Var, null); 410return TranslateOverGroupAggregateVar(varRefOp.Var, op.PropertyInfo); 482Node computationTemplate = TranslateOverGroupAggregateVar(outputVar, null);