1 write to _funcletizedExpression
System.Data.Entity (1)
System\Data\Objects\ELinq\Funcletizer.cs (1)
616
_funcletizedExpression
= funcletizedExpression;
5 references to _funcletizedExpression
System.Data.Entity (5)
System\Data\Objects\ELinq\Funcletizer.cs (5)
627
if (
_funcletizedExpression
.NodeType == ExpressionType.Constant)
629
return ((ConstantExpression)
_funcletizedExpression
).Value;
632
if (TryEvaluatePath(
_funcletizedExpression
, out ce))
646
_cachedDelegate = Expression.Lambda(delegateType,
_funcletizedExpression
, _compiledQueryParameters).Compile();
664
Expression wrappedExpression = Expression.Invoke(Expression.Constant(method), this.
_funcletizedExpression
);