4 references to BoundCatchBlock
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Statements.vb (1)
4864
Return New
BoundCatchBlock
(node, catchLocal, exceptionSource,
Generated\BoundNodes.xml.Generated.vb (1)
5870
Dim result = New
BoundCatchBlock
(Me.Syntax, localOpt, exceptionSourceOpt, errorLineNumberOpt, exceptionFilterOpt, body, isSynthesizedAsyncCatchAll, Me.HasErrors)
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (1)
259
ImmutableArray.Create(New
BoundCatchBlock
(
Lowering\SyntheticBoundNodeFactory.vb (1)
1070
Return New
BoundCatchBlock
(Syntax, local, Me.Local(local, False), Nothing, Nothing, block,