5 references to ResumeTargetLocal
Microsoft.CodeAnalysis.VisualBasic (5)
CodeGen\EmitStatement.vb (1)
243EmitLocalLoad(filter.ResumeTargetLocal, used:=True)
Generated\BoundNodes.xml.Generated.vb (4)
8544If activeHandlerLocal IsNot Me.ActiveHandlerLocal OrElse resumeTargetLocal IsNot Me.ResumeTargetLocal OrElse type IsNot Me.Type Then 11954Me.Visit(node.ResumeTargetLocal) 13032Dim resumeTargetLocal As BoundLocal = DirectCast(Me.Visit(node.ResumeTargetLocal), BoundLocal) 14477New TreeDumperNode("resumeTargetLocal", Nothing, new TreeDumperNode() {Visit(node.ResumeTargetLocal, Nothing)}),