5[DebuggerTypeProxy(typeof(GotoExpressionProxy))]
virtual Expression VisitGoto(GotoExpression node)
static GotoExpression MakeGoto(GotoExpressionKind kind, LabelTarget target, Expression? value, Type type)
override ExpressionType NodeType
GotoExpression(GotoExpressionKind kind, LabelTarget target, Expression value, Type type)
override Expression Accept(ExpressionVisitor visitor)
GotoExpression Update(LabelTarget target, Expression? value)