Add EvalContext
argument for Expression.GetType
#53653
Labels
type/enhancement
The issue or PR belongs to an enhancement.
Enhancement
Now, the
Constant
may rely on the internal session context to get the type of itself. It's not expected. It'd be better to add an argumentEvalContext
forExpression.GetType
, and then we can read the param from it.The text was updated successfully, but these errors were encountered: