2 writes to ResumeTargets
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (2)
157_unstructuredExceptionHandling.ResumeTargets = ArrayBuilder(Of BoundGotoStatement).GetInstance() 312_unstructuredExceptionHandling.ResumeTargets = Nothing
8 references to ResumeTargets
Microsoft.CodeAnalysis.VisualBasic (8)
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (8)
69Debug.Assert(_unstructuredExceptionHandling.ResumeTargets Is Nothing) 181Dim resumeSwitchJumps(1 + _unstructuredExceptionHandling.ResumeTargets.Count - 1) As BoundGotoStatement 187For i As Integer = 0 To _unstructuredExceptionHandling.ResumeTargets.Count - 1 188resumeSwitchJumps(i + 1) = _unstructuredExceptionHandling.ResumeTargets(i) 310If _unstructuredExceptionHandling.ResumeTargets IsNot Nothing Then 311_unstructuredExceptionHandling.ResumeTargets.Free() 453_unstructuredExceptionHandling.ResumeTargets.Add(New BoundGotoStatement(syntax, targetResumeLabel, Nothing)) 464nodeFactory.Literal(_unstructuredExceptionHandling.ResumeTargets.Count)).ToStatement())