4 references to IsClosureExpression
System.Data.Entity (4)
System\Data\Objects\ELinq\Funcletizer.cs (4)
127
isClientConstant = Nominate(expression, this.
IsClosureExpression
);
133
isClientConstant = Nominate(expression, this.
IsClosureExpression
);
143
isClientVariable = Nominate(expression, this.
IsClosureExpression
);
275
if (
IsClosureExpression
(expression)) { return true; }