3 references to Invoke
System.Data.Entity (3)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
3917
gpExpressionLambda.
Invoke
(groupBinding.Variable.Property(groupAggregateVarRef.VariableName))));
System\Data\Objects\ELinq\OrderByLifter.cs (2)
195
DbProjectExpression composed = first.Input.Project(secondLambda.
Invoke
(first.Projection));
208
DbFilterExpression composed = first.Input.Filter(secondLambda.
Invoke
(first.Projection));