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