7 references to Invoke
System.Data.Entity (7)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (1)
431
result = CqtBuilder.
Invoke
(newFunction, newArguments);
System\Data\Common\EntitySql\SemanticAnalyzer.cs (2)
1218
converted = functionType.
Invoke
(args);
1489
functionExpression = functionType.
Invoke
(args);
System\Data\Mapping\FunctionImportMappingComposable.cs (1)
221
DbExpression storeFunctionInvoke = this.TargetFunction.
Invoke
(GetParametersForTargetFunctionCall());
System\Data\Objects\ELinq\MethodCallTranslator.cs (2)
617
DbExpression result = function.
Invoke
(arguments);
1780
DbExpression result = function.
Invoke
(arguments);
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
715
return op.Function.
Invoke
(VisitChildren(n));