4 references to CreateAggregateOp
System.Data.Entity (4)
System\Data\Query\InternalTrees\OpCopier.cs (1)
419
return CopyDefault(m_destCmd.
CreateAggregateOp
(op.AggFunc, op.IsDistinctAggregate), n);
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
918
m_command.
CreateAggregateOp
(functionOp.Function, false),
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
2630
_iqtCommand.
CreateAggregateOp
(funcAgg.Function, funcAgg.Distinct),
System\Data\Query\PlanCompiler\Normalizer.cs (1)
186
AggregateOp aggregateOp = m_command.
CreateAggregateOp
(op.Function, false);