codeql/csharp-all
3.0.1-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Holds if expression e is a null value.
e
null
import semmle.code.csharp.controlflow.Guards
predicate nullValue(Expr e)