/// <summary>
 /// Visits an invocation expression tree node.
 /// </summary>
 /// <param name="node">Node to visit.</param>
 /// <returns>Result of visiting the node.</returns>
 protected internal virtual LabelTargetSlim VisitLabelTarget(LabelTargetSlim node)
 {
     return(node);
 }