10 references to UnstructuredExceptionHandlingContext
Microsoft.CodeAnalysis.VisualBasic (10)
Lowering\LocalRewriter\LocalRewriter_AddRemoveHandler.vb (1)
38Dim saveState As UnstructuredExceptionHandlingContext = LeaveUnstructuredExceptionHandlingContext(node)
Lowering\LocalRewriter\LocalRewriter_ForEach.vb (1)
547Dim saveState As UnstructuredExceptionHandlingContext = Nothing
Lowering\LocalRewriter\LocalRewriter_LocalDeclaration.vb (1)
79Dim saveState As UnstructuredExceptionHandlingContext = LeaveUnstructuredExceptionHandlingContext(node)
Lowering\LocalRewriter\LocalRewriter_RaiseEvent.vb (1)
15Dim saveState As UnstructuredExceptionHandlingContext = LeaveUnstructuredExceptionHandlingContext(node)
Lowering\LocalRewriter\LocalRewriter_SyncLock.vb (1)
79Dim saveState As UnstructuredExceptionHandlingContext = LeaveUnstructuredExceptionHandlingContext(node)
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (3)
568Private Function LeaveUnstructuredExceptionHandlingContext(node As BoundNode) As UnstructuredExceptionHandlingContext 572Dim result As UnstructuredExceptionHandlingContext 578Private Sub RestoreUnstructuredExceptionHandlingContext(node As BoundNode, saved As UnstructuredExceptionHandlingContext)
Lowering\LocalRewriter\LocalRewriter_Using.vb (1)
74Dim saveState As UnstructuredExceptionHandlingContext = LeaveUnstructuredExceptionHandlingContext(node)
Lowering\LocalRewriter\LocalRewriter_With.vb (1)
22Dim saveState As UnstructuredExceptionHandlingContext = LeaveUnstructuredExceptionHandlingContext(node)