-
Notifications
You must be signed in to change notification settings - Fork 19
Evaluation Arguments
Andrew Crawley edited this page Jan 31, 2018
·
1 revision
Visual Studio passes additional fields in the arguments of the evaluate
request to provide more fine-grained control over how expressions are evaluated.
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. |