Generated\BoundNodes.xml.Generated.vb (19)
6552Public Function Update(label As LabelSymbol) As BoundLabelStatement
8604Public Sub New(syntax As SyntaxNode, resumeTargetTemporary As BoundLocal, resumeLabel As BoundLabelStatement, resumeNextLabel As BoundLabelStatement, jumps As ImmutableArray(Of BoundGotoStatement), Optional hasErrors As Boolean = False)
8631Private ReadOnly _ResumeLabel As BoundLabelStatement
8632Public ReadOnly Property ResumeLabel As BoundLabelStatement
8638Private ReadOnly _ResumeNextLabel As BoundLabelStatement
8639Public ReadOnly Property ResumeNextLabel As BoundLabelStatement
8657Public Function Update(resumeTargetTemporary As BoundLocal, resumeLabel As BoundLabelStatement, resumeNextLabel As BoundLabelStatement, jumps As ImmutableArray(Of BoundGotoStatement)) As BoundUnstructuredExceptionResumeSwitch
9583Return VisitLabelStatement(CType(node, BoundLabelStatement), arg)
10179Public Overridable Function VisitLabelStatement(node As BoundLabelStatement, arg As A) As R
10882Public Overridable Function VisitLabelStatement(node As BoundLabelStatement) As BoundNode
11747Public Overrides Function VisitLabelStatement(node As BoundLabelStatement) As BoundNode
12788Public Overrides Function VisitLabelStatement(node As BoundLabelStatement) As BoundNode
13045Dim resumeLabel As BoundLabelStatement = DirectCast(Me.Visit(node.ResumeLabel), BoundLabelStatement)
13046Dim resumeNextLabel As BoundLabelStatement = DirectCast(Me.Visit(node.ResumeNextLabel), BoundLabelStatement)
14149Public Overrides Function VisitLabelStatement(node As BoundLabelStatement, arg As Object) As TreeDumperNode