2 writes to ResumeLabel
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (2)
156
_unstructuredExceptionHandling.
ResumeLabel
= New GeneratedLabelSymbol("$VB$UnstructuredExceptionHandling_Resume")
319
_unstructuredExceptionHandling.
ResumeLabel
= Nothing
3 references to ResumeLabel
Microsoft.CodeAnalysis.VisualBasic (3)
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (3)
75
Debug.Assert(_unstructuredExceptionHandling.
ResumeLabel
Is Nothing)
193
nodeFactory.Label(_unstructuredExceptionHandling.
ResumeLabel
),
436
statements.Add(nodeFactory.Goto(_unstructuredExceptionHandling.
ResumeLabel
))