<PackageReference Include="Microsoft.CSharp" Version="4.6.0-rc1.19456.4" />

Microsoft.CSharp.RuntimeBinder.Semantics.UdConvInfo

struct UdConvInfo
namespace Microsoft.CSharp.RuntimeBinder.Semantics { internal readonly struct UdConvInfo { public readonly MethWithType Meth; public readonly bool SrcImplicit; public readonly bool DstImplicit; public UdConvInfo(MethWithType mwt, bool srcImplicit, bool dstImplicit); } }