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

IExprWithObject

interface IExprWithObject
namespace Microsoft.CSharp.RuntimeBinder.Semantics { internal interface IExprWithObject { Expr OptionalObject { get; set; } } }