5 references to _leaveRestoreUnstructuredExceptionHandlingContextTracker
Microsoft.CodeAnalysis.VisualBasic (5)
Lowering\LocalRewriter\LocalRewriter.vb (1)
175Debug.Assert(rewriter._leaveRestoreUnstructuredExceptionHandlingContextTracker.Count = 0)
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (4)
570_leaveRestoreUnstructuredExceptionHandlingContextTracker.Push(node) 580If _leaveRestoreUnstructuredExceptionHandlingContextTracker.Peek Is node Then 581_leaveRestoreUnstructuredExceptionHandlingContextTracker.Pop() 583Debug.Assert(_leaveRestoreUnstructuredExceptionHandlingContextTracker.Peek Is node)