1 override of Expression
System.Data.Entity (1)
System\Data\Objects\ELinq\CompiledELinqQueryState.cs (1)
202
internal override Expression
Expression
4 references to Expression
System.Data.Entity (4)
System\Data\Objects\ELinq\CompiledELinqQueryState.cs (2)
206
return CreateDonateableExpressionVisitor.Replace((LambdaExpression)base.
Expression
, ObjectContext, _parameterValues);
217
LambdaExpression 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
271
expression = this.
Expression
;