2 writes to ExceptionHandlers
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (2)
140_unstructuredExceptionHandling.ExceptionHandlers = ArrayBuilder(Of BoundGotoStatement).GetInstance() 308_unstructuredExceptionHandling.ExceptionHandlers = Nothing
7 references to ExceptionHandlers
Microsoft.CodeAnalysis.VisualBasic (7)
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (7)
68Debug.Assert(_unstructuredExceptionHandling.ExceptionHandlers Is Nothing) 220Dim onErrorSwitchJumps(2 + _unstructuredExceptionHandling.ExceptionHandlers.Count - 1) As BoundGotoStatement 227For i As Integer = 0 To _unstructuredExceptionHandling.ExceptionHandlers.Count - 1 228onErrorSwitchJumps(s_activeHandler_FirstNonReservedOnErrorGotoIndex + i) = _unstructuredExceptionHandling.ExceptionHandlers(i) 307_unstructuredExceptionHandling.ExceptionHandlers.Free() 353newErrorHandlerIndex = s_activeHandler_FirstNonReservedOnErrorGotoIndex + _unstructuredExceptionHandling.ExceptionHandlers.Count 354_unstructuredExceptionHandling.ExceptionHandlers.Add(nodeFactory.Goto(node.LabelOpt, setWasCompilerGenerated:=False))