4 references to IsAggregateFunction
System.Data.Entity (4)
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (1)
333if (!TypeSemantics.IsAggregateFunction(function) || null == function.ReturnParameter)
System\Data\Common\EntitySql\CqlErrorHelper.cs (1)
39if (TypeSemantics.IsAggregateFunction(functionType))
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
1051if (TypeSemantics.IsAggregateFunction(metadataFunctionGroup.FunctionMetadata[0]) && sr.IsInAnyGroupScope())
System\Data\Query\PlanCompiler\PlanCompilerUtil.cs (1)
83TypeSemantics.IsAggregateFunction(op.Function));