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

Predicate convRefType

INTERNAL: Do not use.

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

6.1.6: Implicit reference conversions.

Import path

import semmle.code.csharp.Conversion
predicate convRefType(Type fromType, Type toType)