6 references to UnstructuredExceptionHandlingCatchFilter
Microsoft.CodeAnalysis.VisualBasic (6)
CodeGen\EmitStatement.vb (3)
208
If catchBlock.ExceptionFilterOpt IsNot Nothing AndAlso catchBlock.ExceptionFilterOpt.Kind = BoundKind.
UnstructuredExceptionHandlingCatchFilter
Then
414
(catchBlock.ExceptionFilterOpt Is Nothing OrElse catchBlock.ExceptionFilterOpt.Kind <> BoundKind.
UnstructuredExceptionHandlingCatchFilter
) Then
851
(_currentCatchBlock.ExceptionFilterOpt Is Nothing OrElse _currentCatchBlock.ExceptionFilterOpt.Kind <> BoundKind.
UnstructuredExceptionHandlingCatchFilter
) AndAlso
Generated\BoundNodes.xml.Generated.vb (2)
8508
MyBase.New(BoundKind.
UnstructuredExceptionHandlingCatchFilter
, syntax, type, hasErrors OrElse activeHandlerLocal.NonNullAndHasErrors() OrElse resumeTargetLocal.NonNullAndHasErrors())
9660
Case BoundKind.
UnstructuredExceptionHandlingCatchFilter
Lowering\LocalRewriter\LocalRewriter_Try.vb (1)
201
If node.ExceptionFilterOpt Is Nothing OrElse node.ExceptionFilterOpt.Kind <> BoundKind.
UnstructuredExceptionHandlingCatchFilter
Then