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