CodeQL library for C#
codeql/csharp-all 0.8.12 (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)