codeql/csharp-all
4.0.1-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Holds if this parameter is a reference parameter. For example, p is a reference parameter in
p
void M(ref int p) { ... }
predicate isRef()