1 instantiation of GeneratedUnstructuredExceptionHandlingResumeLabel
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (1)
451
Dim targetResumeLabel = New
GeneratedUnstructuredExceptionHandlingResumeLabel
(_unstructuredExceptionHandling.Context.ResumeWithoutLabelOpt)
1 reference to GeneratedUnstructuredExceptionHandlingResumeLabel
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\LambdaRewriter\LambdaRewriter.vb (1)
1334
Dim resumeLabel = TryCast(label,
GeneratedUnstructuredExceptionHandlingResumeLabel
)