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