2 writes to ResumeNextLabel
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (2)
155
_unstructuredExceptionHandling.
ResumeNextLabel
= New GeneratedLabelSymbol("$VB$UnstructuredExceptionHandling_ResumeNext")
318
_unstructuredExceptionHandling.
ResumeNextLabel
= Nothing
4 references to ResumeNextLabel
Microsoft.CodeAnalysis.VisualBasic (4)
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (4)
74
Debug.Assert(_unstructuredExceptionHandling.
ResumeNextLabel
Is Nothing)
194
nodeFactory.Label(_unstructuredExceptionHandling.
ResumeNextLabel
),
224
_unstructuredExceptionHandling.
ResumeNextLabel
,
432
statements.Add(nodeFactory.Goto(_unstructuredExceptionHandling.
ResumeNextLabel
))