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

Member predicate AssignableDefinitions::OutRefDefinition::getIndex

Gets the index of this definition among the other definitions in the out/ref assignment. For example, in M(out x, ref y) the index of the definitions of x and y are 0 and 1, respectively.

int getIndex()