Generated\BoundNodes.xml.Generated.vb (19)
6536Public Function Update(label As LabelSymbol) As BoundLabelStatement
8588Public Sub New(syntax As SyntaxNode, resumeTargetTemporary As BoundLocal, resumeLabel As BoundLabelStatement, resumeNextLabel As BoundLabelStatement, jumps As ImmutableArray(Of BoundGotoStatement), Optional hasErrors As Boolean = False)
8615Private ReadOnly _ResumeLabel As BoundLabelStatement
8616Public ReadOnly Property ResumeLabel As BoundLabelStatement
8622Private ReadOnly _ResumeNextLabel As BoundLabelStatement
8623Public ReadOnly Property ResumeNextLabel As BoundLabelStatement
8641Public Function Update(resumeTargetTemporary As BoundLocal, resumeLabel As BoundLabelStatement, resumeNextLabel As BoundLabelStatement, jumps As ImmutableArray(Of BoundGotoStatement)) As BoundUnstructuredExceptionResumeSwitch
9567Return VisitLabelStatement(CType(node, BoundLabelStatement), arg)
10163Public Overridable Function VisitLabelStatement(node As BoundLabelStatement, arg As A) As R
10866Public Overridable Function VisitLabelStatement(node As BoundLabelStatement) As BoundNode
11731Public Overrides Function VisitLabelStatement(node As BoundLabelStatement) As BoundNode
12772Public Overrides Function VisitLabelStatement(node As BoundLabelStatement) As BoundNode
13029Dim resumeLabel As BoundLabelStatement = DirectCast(Me.Visit(node.ResumeLabel), BoundLabelStatement)
13030Dim resumeNextLabel As BoundLabelStatement = DirectCast(Me.Visit(node.ResumeNextLabel), BoundLabelStatement)
14133Public Overrides Function VisitLabelStatement(node As BoundLabelStatement, arg As Object) As TreeDumperNode