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

Predicate convSpan

INTERNAL: Do not use.

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

10.2.1: Implicit span conversions (added in C# 14). Documentation

Import path

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