<PackageReference Include="Microsoft.CSharp" Version="4.6.0-rc1.19456.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); } }