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

Predicate convConversionOperator

INTERNAL: Do not use.

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

6.1.11: User-defined implicit conversions.

Import path

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