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

Member predicate LocalVariableDeclExpr :: isOutArgument

Holds if this variable declaration is defined as an out argument, for example M(out int x).

predicate isOutArgument ( )