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

Microsoft.CSharp.RuntimeBinder.Syntax.Name

class Name
namespace Microsoft.CSharp.RuntimeBinder.Syntax { internal class Name { public string Text { get; } public virtual PredefinedName PredefinedName { get; } public Name(string text); } }