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

Microsoft.CSharp.RuntimeBinder.Semantics.EXPRPROP

class EXPRPROP : EXPR
namespace Microsoft.CSharp.RuntimeBinder.Semantics { internal class EXPRPROP : EXPR { public EXPR OptionalArguments; public EXPRMEMGRP MemberGroup; public EXPR OptionalObjectThrough; public PropWithType pwtSlot; public MethWithType mwtSet; public EXPR GetOptionalArguments(); public void SetOptionalArguments(EXPR value); public EXPRMEMGRP GetMemberGroup(); public void SetMemberGroup(EXPRMEMGRP value); public EXPR GetOptionalObjectThrough(); public void SetOptionalObjectThrough(EXPR value); public bool isBaseCall(); public EXPRPROP(); } }