Module Conversion
INTERNAL: Do not use.
Provides definitions related to implicit type conversions.
The definitions are based on the C# Language Specification 5.0, with references to the relevant sections in the specification.
Do not use the predicates in this library directly; use Type.isImplicitlyConvertibleTo(Type)
instead.
Import path
import semmle.code.csharp.Conversion
Predicates
convBoxing | INTERNAL: Do not use. |
convConversionOperator | INTERNAL: Do not use. |
convIdentity | INTERNAL: Do not use. |
convNullableType | INTERNAL: Do not use. |
convNumeric | INTERNAL: Do not use. |
convRefType | INTERNAL: Do not use. |
defaultNullConversion | Holds if |
implicitConversion | INTERNAL: Do not use. |