CodeQL library for C#
codeql/csharp-all 0.8.12 (changelog, source)
Search

Member predicate AssignableDefinitions::TupleAssignmentDefinition::getEvaluationOrder

Gets the evaluation order of this definition among the other definitions in the compound tuple assignment. For example, in (x, (y, z)) = ... the orders of the definitions of x, y, and z are 0, 1, and 2, respectively.

int getEvaluationOrder()