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

Microsoft.CSharp.RuntimeBinder.Semantics.EXPRASSIGNMENT

namespace Microsoft.CSharp.RuntimeBinder.Semantics { internal class EXPRASSIGNMENT : EXPR { public EXPR GetLHS(); public void SetLHS(EXPR value); public EXPR GetRHS(); public void SetRHS(EXPR value); public EXPRASSIGNMENT(); } }