11 references to TryBlock
Microsoft.CodeAnalysis.VisualBasic (11)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2029
VisitTryBlock(node.
TryBlock
, node, initialState)
Binding\Binder_Lambda.vb (1)
610
Visit(node.
TryBlock
)
Binding\Binder_Statements.vb (1)
531
Visit(node.
TryBlock
)
CodeGen\EmitStatement.vb (1)
134
EmitBlock(statement.
TryBlock
)
CodeGen\Optimizer\StackScheduler.Analyzer.vb (1)
1077
Dim tryBlock = DirectCast(Me.Visit(node.
TryBlock
), BoundBlock)
Generated\BoundNodes.xml.Generated.vb (4)
5814
If tryBlock IsNot Me.
TryBlock
OrElse catchBlocks <> Me.CatchBlocks OrElse finallyBlockOpt IsNot Me.FinallyBlockOpt OrElse exitLabelOpt IsNot Me.ExitLabelOpt Then
11675
Me.Visit(node.
TryBlock
)
12703
Dim tryBlock As BoundBlock = DirectCast(Me.Visit(node.
TryBlock
), BoundBlock)
14035
New TreeDumperNode("tryBlock", Nothing, new TreeDumperNode() {Visit(node.
TryBlock
, Nothing)}),
Lowering\LocalRewriter\LocalRewriter_Try.vb (1)
128
Dim node As BoundBlock = tryStatement.
TryBlock
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (1)
344
Dim tryBlock As BoundBlock = Me.F.Block(DirectCast(Me.Visit(node.
TryBlock
), BoundStatement))