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)
627if (_funcletizedExpression.NodeType == ExpressionType.Constant) 629return ((ConstantExpression)_funcletizedExpression).Value; 632if (TryEvaluatePath(_funcletizedExpression, out ce)) 646_cachedDelegate = Expression.Lambda(delegateType, _funcletizedExpression, _compiledQueryParameters).Compile(); 664Expression wrappedExpression = Expression.Invoke(Expression.Constant(method), this._funcletizedExpression);