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)
75Debug.Assert(_unstructuredExceptionHandling.ResumeLabel Is Nothing) 193nodeFactory.Label(_unstructuredExceptionHandling.ResumeLabel), 436statements.Add(nodeFactory.Goto(_unstructuredExceptionHandling.ResumeLabel))