3 references to IsCollectionAggregateFunction
System.Data.Entity (3)
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
761
if (!PlanCompilerUtil.
IsCollectionAggregateFunction
(op, n))
System\Data\Query\PlanCompiler\Normalizer.cs (1)
231
else if (PlanCompilerUtil.
IsCollectionAggregateFunction
(op, n))
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
1174
if (TypeSemantics.IsCollectionType(op.Type) || PlanCompilerUtil.
IsCollectionAggregateFunction
(op, n))