codeql/csharp-all
3.0.1-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Holds if the type is an out, for example parameter p in void F(out int p).
out
p
void F(out int p)
predicate isOut()