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

Microsoft.CSharp.RuntimeBinder.Semantics.ExprConcat

sealed class ExprConcat : ExprWithType
namespace Microsoft.CSharp.RuntimeBinder.Semantics { internal sealed class ExprConcat : ExprWithType { public Expr FirstArgument { get; set; } public Expr SecondArgument { get; set; } public ExprConcat(Expr first, Expr second); } }