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

Member predicate AssignableDefinitions::TupleAssignmentDefinition::getSource

Gets the assigned expression, if any. For example, the expression assigned in x = 0 is 0. The value may not always exists, for example in assignments via out/ref parameters.

Expr getSource()