CodeQL library for C#
codeql/csharp-all 0.9.0 (changelog, source)
Search

Predicate convNullableType

INTERNAL: Do not use.

Holds if there is an implicit nullable conversion from fromType to toType.

6.1.4: Implicit nullable conversions.

Import path

import semmle.code.csharp.Conversion
predicate convNullableType(ValueOrRefType fromType, NullableType toType)