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

Microsoft.CSharp.RuntimeBinder.Semantics.CConversions

static class CConversions
namespace Microsoft.CSharp.RuntimeBinder.Semantics { internal static class CConversions { public static bool FImpRefConv(CType typeSrc, CType typeDst); public static bool FExpRefConv(CType typeSrc, CType typeDst); public static bool HasGenericDelegateExplicitReferenceConversion(CType source, CType target); public static bool HasGenericDelegateExplicitReferenceConversion(CType pSource, AggregateType pTarget); public static bool FWrappingConv(CType typeSrc, CType typeDst); public static bool FUnwrappingConv(CType typeSrc, CType typeDst); } }