14 references to RegisterUnstructuredExceptionHandlingNonThrowingResumeTarget
Microsoft.CodeAnalysis.VisualBasic (14)
Lowering\LocalRewriter\LocalRewriter_Continue.vb (1)
18
boundGoto = Concat(
RegisterUnstructuredExceptionHandlingNonThrowingResumeTarget
(node.Syntax), boundGoto)
Lowering\LocalRewriter\LocalRewriter_DoLoop.vb (2)
38
loopResumeLabel =
RegisterUnstructuredExceptionHandlingNonThrowingResumeTarget
(node.Syntax)
47
afterBodyResumeLabel =
RegisterUnstructuredExceptionHandlingNonThrowingResumeTarget
(node.Syntax)
Lowering\LocalRewriter\LocalRewriter_Exit.vb (1)
18
boundGoto = Concat(
RegisterUnstructuredExceptionHandlingNonThrowingResumeTarget
(node.Syntax), boundGoto)
Lowering\LocalRewriter\LocalRewriter_Goto.vb (1)
26
rewritten = Concat(
RegisterUnstructuredExceptionHandlingNonThrowingResumeTarget
(node.Syntax), rewritten)
Lowering\LocalRewriter\LocalRewriter_If.vb (3)
46
resumeTarget =
RegisterUnstructuredExceptionHandlingNonThrowingResumeTarget
(newConsequence.Syntax)
62
newConsequence = Concat(newConsequence,
RegisterUnstructuredExceptionHandlingNonThrowingResumeTarget
(newConsequence.Syntax))
75
resumeTarget =
RegisterUnstructuredExceptionHandlingNonThrowingResumeTarget
(newAlternative.Syntax)
Lowering\LocalRewriter\LocalRewriter_SelectCase.vb (3)
213
endSelectResumeLabel =
RegisterUnstructuredExceptionHandlingNonThrowingResumeTarget
(selectExprStmtSyntax)
278
rewrittenBody = AppendToBlock(rewrittenBody,
RegisterUnstructuredExceptionHandlingNonThrowingResumeTarget
(curCaseBlock.Syntax))
387
rewrittenBody = AppendToBlock(rewrittenBody,
RegisterUnstructuredExceptionHandlingNonThrowingResumeTarget
(node.Syntax))
Lowering\LocalRewriter\LocalRewriter_While.vb (2)
23
loopResumeLabel =
RegisterUnstructuredExceptionHandlingNonThrowingResumeTarget
(node.Syntax)
32
afterBodyResumeLabel =
RegisterUnstructuredExceptionHandlingNonThrowingResumeTarget
(node.Syntax)
Lowering\LocalRewriter\LocalRewriter_With.vb (1)
101
initStatements.Add(
RegisterUnstructuredExceptionHandlingNonThrowingResumeTarget
(syntax))