Generated\BoundNodes.xml.Generated.vb (17)
6627Public Function Update(label As LabelSymbol, labelExpressionOpt As BoundLabel) As BoundGotoStatement
8547Public Sub New(syntax As SyntaxNode, value As BoundExpression, jumps As ImmutableArray(Of BoundGotoStatement), Optional hasErrors As Boolean = False)
8570Private ReadOnly _Jumps As ImmutableArray(Of BoundGotoStatement)
8571Public ReadOnly Property Jumps As ImmutableArray(Of BoundGotoStatement)
8582Public Function Update(value As BoundExpression, jumps As ImmutableArray(Of BoundGotoStatement)) As BoundUnstructuredExceptionOnErrorSwitch
8595Public Sub New(syntax As SyntaxNode, resumeTargetTemporary As BoundLocal, resumeLabel As BoundLabelStatement, resumeNextLabel As BoundLabelStatement, jumps As ImmutableArray(Of BoundGotoStatement), Optional hasErrors As Boolean = False)
8636Private ReadOnly _Jumps As ImmutableArray(Of BoundGotoStatement)
8637Public ReadOnly Property Jumps As ImmutableArray(Of BoundGotoStatement)
8648Public Function Update(resumeTargetTemporary As BoundLocal, resumeLabel As BoundLabelStatement, resumeNextLabel As BoundLabelStatement, jumps As ImmutableArray(Of BoundGotoStatement)) As BoundUnstructuredExceptionResumeSwitch
9578Return VisitGotoStatement(CType(node, BoundGotoStatement), arg)
10178Public Overridable Function VisitGotoStatement(node As BoundGotoStatement, arg As A) As R
10881Public Overridable Function VisitGotoStatement(node As BoundGotoStatement) As BoundNode
11746Public Overrides Function VisitGotoStatement(node As BoundGotoStatement) As BoundNode
12788Public Overrides Function VisitGotoStatement(node As BoundGotoStatement) As BoundNode
13030Dim jumps As ImmutableArray(Of BoundGotoStatement) = Me.VisitList(node.Jumps)
13038Dim jumps As ImmutableArray(Of BoundGotoStatement) = Me.VisitList(node.Jumps)
14153Public Overrides Function VisitGotoStatement(node As BoundGotoStatement, arg As Object) As TreeDumperNode