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)
8543
Public Function Update(activeHandlerLocal As BoundLocal, resumeTargetLocal As BoundLocal, type As TypeSymbol) As
BoundUnstructuredExceptionHandlingCatchFilter
9661
Return VisitUnstructuredExceptionHandlingCatchFilter(CType(node,
BoundUnstructuredExceptionHandlingCatchFilter
), arg)
10335
Public Overridable Function VisitUnstructuredExceptionHandlingCatchFilter(node As
BoundUnstructuredExceptionHandlingCatchFilter
, arg As A) As R
11038
Public Overridable Function VisitUnstructuredExceptionHandlingCatchFilter(node As
BoundUnstructuredExceptionHandlingCatchFilter
) As BoundNode
11952
Public Overrides Function VisitUnstructuredExceptionHandlingCatchFilter(node As
BoundUnstructuredExceptionHandlingCatchFilter
) As BoundNode
13030
Public Overrides Function VisitUnstructuredExceptionHandlingCatchFilter(node As
BoundUnstructuredExceptionHandlingCatchFilter
) As BoundNode
14474
Public Overrides Function VisitUnstructuredExceptionHandlingCatchFilter(node As
BoundUnstructuredExceptionHandlingCatchFilter
, arg As Object) As TreeDumperNode