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