<PackageReference Include="Microsoft.CSharp" Version="4.6.0-preview7.19362.9" />

Microsoft.CSharp.RuntimeBinder.Semantics.ExprCall

sealed class ExprCall : ExprWithArgs
namespace Microsoft.CSharp.RuntimeBinder.Semantics { internal sealed class ExprCall : ExprWithArgs { public MethWithInst MethWithInst { get; set; } public PREDEFMETH PredefinedMethod { get; set; } public NullableCallLiftKind NullableCallLiftKind { get; set; } public Expr PConversions { get; set; } public Expr CastOfNonLiftedResultToLiftedType { get; set; } public ExprCall(CType type, EXPRFLAG flags, Expr arguments, ExprMemberGroup member, MethWithInst method); } }