Skip to content

Is it possible to find which variables were modified during expression evaluation? #165

Open
@mercurial-moon

Description

@mercurial-moon

Hi,

For an expression like
a = b * c
we know that a would be modified after evaluating the expression.
Is there a mechanism in ExpressionEvaluator which tells us that a will/could be modified after evaluating the expression.

ExpressionEvaluator has a PreEvaluateVariable event but that is fired for all variables in the expression, i`m looking to find the variables on the left hand side of the expression.

This could be done in string processing but was hoping if there is a better way where I could have the expression engine to tell me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions