5 references to Invoke
System.Data.Entity (5)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (1)
449result = CqtBuilder.Invoke(newLambda, newArguments);
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
963inlineFunctionCall = new ValueExpression(DbExpressionBuilder.Invoke(overload.GetLambda(sr), args));
System\Data\Mapping\ViewGeneration\Utils\ExternalCalls.cs (1)
74DbExpression expr = functionBody.Invoke(parameters);
System\Data\Objects\Internal\ObjectSpanRewriter.cs (2)
450rewritten = DbLambda.Create(rewritten, lambdaExpression.Lambda.Variables).Invoke(lambdaExpression.Arguments); 537result = DbExpressionBuilder.Invoke(DbExpressionBuilder.Lambda(result, formals), args);