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