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