codeql/csharp-all
3.1.1
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the index of a parameter asserted to be null (b = true) or non-null (b = false).
null
b = true
b = false
int getAnAssertionIndex(boolean b)