2 references to ConvertAggregateFunctionInGroupScope
System.Data.Entity (2)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
1056
return new ValueExpression(
ConvertAggregateFunctionInGroupScope
(methodExpr, metadataFunctionGroup, sr));
System\Data\Common\EntitySql\SemanticResolver.cs (1)
1172
/// convert an <see cref="AST.MethodExpr"/> as a collection function in the <see cref="SemanticAnalyzer.
ConvertAggregateFunctionInGroupScope
"/> method.