<PackageReference Include="Microsoft.CSharp" Version="4.7.0-preview3.19551.4" />

CConversions

static class CConversions
public static bool FBoxingConv(SymbolLoader loader, CType typeSrc, CType typeDst)

public static bool FExpRefConv(SymbolLoader loader, CType typeSrc, CType typeDst)

public static bool FImpRefConv(SymbolLoader loader, CType typeSrc, CType typeDst)

public static bool FIsSameType(CType typeSrc, CType typeDst)

public static bool FUnwrappingConv(CType typeSrc, CType typeDst)

public static bool FWrappingConv(CType typeSrc, CType typeDst)

public static bool HasGenericDelegateExplicitReferenceConversion(SymbolLoader loader, CType pSource, CType pTarget)