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

Microsoft.CSharp.RuntimeBinder.Semantics.Expr

abstract class Expr
namespace Microsoft.CSharp.RuntimeBinder.Semantics { internal abstract class Expr { public ExpressionKind Kind { get; } public EXPRFLAG Flags { get; set; } public bool IsOptionalArgument { get; set; } public string ErrorString { get; set; } public CType Type { get; set; } public virtual object Object { get; } protected Expr(ExpressionKind kind); } }