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