Predicate Internal::getNullEquivParent
Gets the parent expression of e which is null iff e is null,
if any. For example, result = x?.y and e = x, or result = x + 1
and e = x.
Import path
import semmle.code.csharp.controlflow.GuardsGets the parent expression of e which is null iff e is null,
if any. For example, result = x?.y and e = x, or result = x + 1
and e = x.
import semmle.code.csharp.controlflow.Guards