codeql/csharp-all
3.1.1
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Holds if this parameter is a value type that is passed in by reference. For example, p is an input parameter in
p
void M(in int p) { ... }
predicate isIn()