2 instantiations of AggregateOp
System.Data.Entity (2)
System\Data\Query\InternalTrees\Command.cs (1)
804
return new
AggregateOp
(aggFunc, distinctAgg);
System\Data\Query\InternalTrees\ScalarOps.cs (1)
852
internal static readonly AggregateOp Pattern = new
AggregateOp
();
10 references to AggregateOp
System.Data.Entity (10)
System\Data\Query\InternalTrees\Command.cs (1)
802
internal
AggregateOp
CreateAggregateOp(EdmFunction aggFunc, bool distinctAgg)
System\Data\Query\InternalTrees\OpCopier.cs (1)
417
public override Node Visit(
AggregateOp
op, Node n)
System\Data\Query\InternalTrees\ScalarOps.cs (1)
852
internal static readonly
AggregateOp
Pattern = new AggregateOp();
System\Data\Query\InternalTrees\Visitors.cs (2)
270
public virtual void Visit(
AggregateOp
op, Node n)
1311
public virtual TResultType Visit(
AggregateOp
op, Node n)
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
605
public override Node Visit(
AggregateOp
op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (3)
974
public override DbExpression Visit(
AggregateOp
op, Node n)
1748
AggregateOp
funcAggOp = aggOpNode.Op as
AggregateOp
;
System\Data\Query\PlanCompiler\Normalizer.cs (1)
186
AggregateOp
aggregateOp = m_command.CreateAggregateOp(op.Function, false);