System\Data\Common\EntitySql\SemanticAnalyzer.cs (9)
927var args = ConvertFunctionArguments(methodExpr.Args, sr, out argTypes);
1036ConvertFunctionArguments(methodExpr.Args, sr, out argTypes),
1189var args = ConvertFunctionArguments(methodExpr.Args, sr, out argTypes);
1271args = ConvertFunctionArguments(methodExpr.Args, sr, out aggArgTypes);
1363throw EntityUtil.EntitySqlError(methodExpr.Args[idx].ErrCtx,
1378throw EntityUtil.EntitySqlError(methodExpr.Args[idx].ErrCtx,
1395throw EntityUtil.EntitySqlError(methodExpr.Args[idx].ErrCtx,
1454var args = ConvertFunctionArguments(methodExpr.Args, sr, out argTypes);
2339typeSpecArgs = methodExpr.Args;