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