1 override of Expression
System.Data.Entity (1)
System\Data\Objects\ELinq\CompiledELinqQueryState.cs (1)
202internal override Expression Expression
4 references to Expression
System.Data.Entity (4)
System\Data\Objects\ELinq\CompiledELinqQueryState.cs (2)
206return CreateDonateableExpressionVisitor.Replace((LambdaExpression)base.Expression, ObjectContext, _parameterValues); 217LambdaExpression lambda = (LambdaExpression)base.Expression;
System\Data\Objects\ELinq\ELinqQueryState.cs (2)
264/// Note that the <see cref="Expression"/> property is used, which is overridden by compiled eLINQ 271expression = this.Expression;