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

Microsoft.CSharp.RuntimeBinder.Semantics.EXPRZEROINIT

class EXPRZEROINIT : EXPR
namespace Microsoft.CSharp.RuntimeBinder.Semantics { internal class EXPRZEROINIT : EXPR { public EXPR OptionalArgument; public EXPR OptionalConstructorCall; public bool IsConstructor; public EXPRZEROINIT(); } }