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

Member predicate Parameter::hasOutFlag

Holds if this parameter has an “out” flag, meaning that it will be passed by reference and written to.

predicate hasOutFlag()