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