2 instantiations of BoundUnstructuredExceptionHandlingStatement
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Statements.vb (1)
361
statements.Add(New
BoundUnstructuredExceptionHandlingStatement
(methodBlock,
Generated\BoundNodes.xml.Generated.vb (1)
8470
Dim result = New
BoundUnstructuredExceptionHandlingStatement
(Me.Syntax, containsOnError, containsResume, resumeWithoutLabelOpt, trackLineNumber, body, Me.HasErrors)
12 references to BoundUnstructuredExceptionHandlingStatement
Microsoft.CodeAnalysis.VisualBasic (12)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2596
Public Overrides Function VisitUnstructuredExceptionHandlingStatement(node As
BoundUnstructuredExceptionHandlingStatement
) As BoundNode
Generated\BoundNodes.xml.Generated.vb (7)
8468
Public Function Update(containsOnError As Boolean, containsResume As Boolean, resumeWithoutLabelOpt As StatementSyntax, trackLineNumber As Boolean, body As BoundBlock) As
BoundUnstructuredExceptionHandlingStatement
9625
Return VisitUnstructuredExceptionHandlingStatement(CType(node,
BoundUnstructuredExceptionHandlingStatement
), arg)
10297
Public Overridable Function VisitUnstructuredExceptionHandlingStatement(node As
BoundUnstructuredExceptionHandlingStatement
, arg As A) As R
11000
Public Overridable Function VisitUnstructuredExceptionHandlingStatement(node As
BoundUnstructuredExceptionHandlingStatement
) As BoundNode
11913
Public Overrides Function VisitUnstructuredExceptionHandlingStatement(node As
BoundUnstructuredExceptionHandlingStatement
) As BoundNode
12991
Public Overrides Function VisitUnstructuredExceptionHandlingStatement(node As
BoundUnstructuredExceptionHandlingStatement
) As BoundNode
14427
Public Overrides Function VisitUnstructuredExceptionHandlingStatement(node As
BoundUnstructuredExceptionHandlingStatement
, arg As Object) As TreeDumperNode
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (4)
23
Public Context As
BoundUnstructuredExceptionHandlingStatement
34
Public Overrides Function VisitUnstructuredExceptionHandlingStatement(node As
BoundUnstructuredExceptionHandlingStatement
) As BoundNode
64
Private Function RewriteUnstructuredExceptionHandlingStatementIntoBlock(node As
BoundUnstructuredExceptionHandlingStatement
) As BoundBlock
565
Public Context As
BoundUnstructuredExceptionHandlingStatement