Generated\BoundNodes.xml.Generated.vb (19)
6543Public Function Update(label As LabelSymbol) As BoundLabelStatement
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)
8622Private ReadOnly _ResumeLabel As BoundLabelStatement
8623Public ReadOnly Property ResumeLabel As BoundLabelStatement
8629Private ReadOnly _ResumeNextLabel As BoundLabelStatement
8630Public ReadOnly Property ResumeNextLabel As BoundLabelStatement
8648Public Function Update(resumeTargetTemporary As BoundLocal, resumeLabel As BoundLabelStatement, resumeNextLabel As BoundLabelStatement, jumps As ImmutableArray(Of BoundGotoStatement)) As BoundUnstructuredExceptionResumeSwitch
9574Return VisitLabelStatement(CType(node, BoundLabelStatement), arg)
10170Public Overridable Function VisitLabelStatement(node As BoundLabelStatement, arg As A) As R
10873Public Overridable Function VisitLabelStatement(node As BoundLabelStatement) As BoundNode
11738Public Overrides Function VisitLabelStatement(node As BoundLabelStatement) As BoundNode
12779Public Overrides Function VisitLabelStatement(node As BoundLabelStatement) As BoundNode
13036Dim resumeLabel As BoundLabelStatement = DirectCast(Me.Visit(node.ResumeLabel), BoundLabelStatement)
13037Dim resumeNextLabel As BoundLabelStatement = DirectCast(Me.Visit(node.ResumeNextLabel), BoundLabelStatement)
14140Public Overrides Function VisitLabelStatement(node As BoundLabelStatement, arg As Object) As TreeDumperNode