Base class for SyntaxNode and SyntaxTrivia
[DebuggerDisplay("{ToDebuggerDisplay(),nq}")]
public abstract class SyntaxNodeBase
kind:method, kind:property, kind:ctor. Press Esc to clear.SpanThe text source span, read-write, manually updated from children.ParentGets the parent of this node.Accept(SyntaxVisitor)Allow to visit this instance with the specified visitor.ToDebuggerDisplay()Returns a debugger-friendly display string for this node.