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

Microsoft.CSharp.RuntimeBinder.Semantics.ExprProperty

sealed class ExprProperty : ExprWithArgs
namespace Microsoft.CSharp.RuntimeBinder.Semantics { internal sealed class ExprProperty : ExprWithArgs { public Expr OptionalObjectThrough { get; } public PropWithType PropWithTypeSlot { get; } public MethWithType MethWithTypeSet { get; } public ExprProperty(CType type, Expr pOptionalObjectThrough, Expr pOptionalArguments, ExprMemberGroup pMemberGroup, PropWithType pwtSlot, MethWithType mwtSet); } }