advanced-security/qtil-csharp
0.0.3
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()