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

SpecCons

enum SpecCons
using System; namespace Microsoft.CSharp.RuntimeBinder.Semantics { [Flags] internal enum SpecCons { None = 0, New = 1, Ref = 2, Val = 4 } }