[]
The shared instance of EmptyNode.
public static EmptyNode Instance { get; }
Public Shared ReadOnly Property Instance As EmptyNode
EmptyNode node = EmptyNode.Instance;
IList<SyntaxNode> children = node.Children;
int childCount = children.Count;