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)
68
Debug.Assert(_unstructuredExceptionHandling.
ExceptionHandlers
Is Nothing)
220
Dim onErrorSwitchJumps(2 + _unstructuredExceptionHandling.
ExceptionHandlers
.Count - 1) As BoundGotoStatement
227
For i As Integer = 0 To _unstructuredExceptionHandling.
ExceptionHandlers
.Count - 1
228
onErrorSwitchJumps(s_activeHandler_FirstNonReservedOnErrorGotoIndex + i) = _unstructuredExceptionHandling.
ExceptionHandlers
(i)
307
_unstructuredExceptionHandling.
ExceptionHandlers
.Free()
353
newErrorHandlerIndex = s_activeHandler_FirstNonReservedOnErrorGotoIndex + _unstructuredExceptionHandling.
ExceptionHandlers
.Count
354
_unstructuredExceptionHandling.
ExceptionHandlers
.Add(nodeFactory.Goto(node.LabelOpt, setWasCompilerGenerated:=False))