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

Member predicate Parameter::hasInFlag

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

predicate hasInFlag()