11 references to Body
Microsoft.CodeAnalysis.VisualBasic (11)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2086
VisitBlock(catchBlock.
Body
)
CodeGen\EmitStatement.vb (1)
409
EmitBlock(catchBlock.
Body
)
CodeGen\Optimizer\StackScheduler.Analyzer.vb (1)
1114
Dim body As BoundBlock = DirectCast(Me.Visit(node.
Body
), BoundBlock)
Generated\BoundNodes.xml.Generated.vb (4)
5869
If localOpt IsNot Me.LocalOpt OrElse exceptionSourceOpt IsNot Me.ExceptionSourceOpt OrElse errorLineNumberOpt IsNot Me.ErrorLineNumberOpt OrElse exceptionFilterOpt IsNot Me.ExceptionFilterOpt OrElse body IsNot Me.
Body
OrElse isSynthesizedAsyncCatchAll <> Me.IsSynthesizedAsyncCatchAll Then
11651
Me.Visit(node.
Body
)
12679
Dim body As BoundBlock = DirectCast(Me.Visit(node.
Body
), BoundBlock)
14011
New TreeDumperNode("body", Nothing, new TreeDumperNode() {Visit(node.
Body
, Nothing)}),
Lowering\LambdaRewriter\LambdaRewriter.vb (1)
842
Dim rewrittenBody = DirectCast(Me.Visit(node.
Body
), BoundBlock)
Lowering\LocalRewriter\LocalRewriter_Try.vb (1)
146
Dim newCatchBody As BoundBlock = DirectCast(Visit(node.
Body
), BoundBlock)
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (1)
454
Dim rewrittenBody = DirectCast(Me.Visit(node.
Body
), BoundBlock)
Operations\VisualBasicOperationFactory.vb (1)
1284
Dim handler As IBlockOperation = DirectCast(Create(boundCatchBlock.
Body
), IBlockOperation)