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

Predicate convBoxing

INTERNAL: Do not use.

Holds if there is a boxing conversion from fromType to toType.

6.1.7: Boxing conversions.

Import path

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