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

Member predicate UnaryBranch::getPushCount

Gets the number of items this node pushes onto the stack. This value is either 0 or 1, except for the instruction dup which pushes 2 values onto the stack.

int getPushCount()