2 instantiations of BoundUnstructuredExceptionHandlingCatchFilter
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\BoundNodes.xml.Generated.vb (1)
8519
Dim result = New
BoundUnstructuredExceptionHandlingCatchFilter
(Me.Syntax, activeHandlerLocal, resumeTargetLocal, type, Me.HasErrors)
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (1)
266
New
BoundUnstructuredExceptionHandlingCatchFilter
(node.Syntax,
8 references to BoundUnstructuredExceptionHandlingCatchFilter
Microsoft.CodeAnalysis.VisualBasic (8)
CodeGen\EmitStatement.vb (1)
224
Dim filter = DirectCast(catchBlock.ExceptionFilterOpt,
BoundUnstructuredExceptionHandlingCatchFilter
)
Generated\BoundNodes.xml.Generated.vb (7)
8517
Public Function Update(activeHandlerLocal As BoundLocal, resumeTargetLocal As BoundLocal, type As TypeSymbol) As
BoundUnstructuredExceptionHandlingCatchFilter
9627
Return VisitUnstructuredExceptionHandlingCatchFilter(CType(node,
BoundUnstructuredExceptionHandlingCatchFilter
), arg)
10301
Public Overridable Function VisitUnstructuredExceptionHandlingCatchFilter(node As
BoundUnstructuredExceptionHandlingCatchFilter
, arg As A) As R
11004
Public Overridable Function VisitUnstructuredExceptionHandlingCatchFilter(node As
BoundUnstructuredExceptionHandlingCatchFilter
) As BoundNode
11918
Public Overrides Function VisitUnstructuredExceptionHandlingCatchFilter(node As
BoundUnstructuredExceptionHandlingCatchFilter
) As BoundNode
12996
Public Overrides Function VisitUnstructuredExceptionHandlingCatchFilter(node As
BoundUnstructuredExceptionHandlingCatchFilter
) As BoundNode
14437
Public Overrides Function VisitUnstructuredExceptionHandlingCatchFilter(node As
BoundUnstructuredExceptionHandlingCatchFilter
, arg As Object) As TreeDumperNode