7 references to LeaveUnstructuredExceptionHandlingContext
Microsoft.CodeAnalysis.VisualBasic (7)
Lowering\LocalRewriter\LocalRewriter_AddRemoveHandler.vb (1)
38Dim saveState As UnstructuredExceptionHandlingContext = LeaveUnstructuredExceptionHandlingContext(node)
Lowering\LocalRewriter\LocalRewriter_ForEach.vb (1)
551saveState = LeaveUnstructuredExceptionHandlingContext(node)
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_Using.vb (1)
74Dim saveState As UnstructuredExceptionHandlingContext = LeaveUnstructuredExceptionHandlingContext(node)
Lowering\LocalRewriter\LocalRewriter_With.vb (1)
22Dim saveState As UnstructuredExceptionHandlingContext = LeaveUnstructuredExceptionHandlingContext(node)