Skip to content

Evaluation Arguments

Andrew Crawley edited this page Jan 31, 2018 · 1 revision

Evaluation Arguments

Visual Studio passes additional fields in the arguments of the evaluate request to provide more fine-grained control over how expressions are evaluated.

Fields

Name Type Description
noSideEffects boolean Evaluation should occur only if it would have no side effects.
noFuncEval boolean Evaluation should occur only if it would not result in a function evaluation.
Clone this wiki locally