10 references to Body
Microsoft.CodeAnalysis.VisualBasic (10)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2102
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)
5888
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
11685
Me.Visit(node.
Body
)
12713
Dim body As BoundBlock = DirectCast(Me.Visit(node.
Body
), BoundBlock)
14048
New TreeDumperNode("body", Nothing, new TreeDumperNode() {Visit(node.
Body
, Nothing)}),
Lowering\LambdaRewriter\LambdaRewriter.vb (1)
862
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)
455
Dim rewrittenBody = DirectCast(Me.Visit(node.
Body
), BoundBlock)