3 references to Aggregate
System.Data.Entity (3)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (1)
157result = CqtBuilder.Aggregate(newFunction, newArguments[0]);
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
1300functionAggregate = DbExpressionBuilder.Aggregate(functionType, args[0]);
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
1757newFuncAgg = funcAggOp.AggFunc.Aggregate(aggDef);