Helper method to deparent/parent a node to this instance.
protected void ParentToThis<TSyntaxNode>(ref TSyntaxNode? set, TSyntaxNode? node)
where TSyntaxNode : SyntaxNode
The previous child node parented to this instance
The new child node to parent to this instance