3 references to Invoke
System.Data.Entity (3)
System\Data\Common\CommandTrees\ExpressionBuilder\EdmFunctions.cs (1)
65return DbExpressionBuilder.Invoke(foundFunction, arguments);
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
4418return concatFunction.Invoke(new[] { args.Left, args.Right });
System\Data\Objects\ELinq\ExpressionConverter.cs (1)
1478return function.Invoke(translatedArguments);