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

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); } }