10 references to Body
Microsoft.CodeAnalysis.VisualBasic (10)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2102VisitBlock(catchBlock.Body)
CodeGen\EmitStatement.vb (1)
409EmitBlock(catchBlock.Body)
CodeGen\Optimizer\StackScheduler.Analyzer.vb (1)
1114Dim body As BoundBlock = DirectCast(Me.Visit(node.Body), BoundBlock)
Generated\BoundNodes.xml.Generated.vb (4)
5888If 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 11685Me.Visit(node.Body) 12713Dim body As BoundBlock = DirectCast(Me.Visit(node.Body), BoundBlock) 14048New TreeDumperNode("body", Nothing, new TreeDumperNode() {Visit(node.Body, Nothing)}),
Lowering\LambdaRewriter\LambdaRewriter.vb (1)
862Dim rewrittenBody = DirectCast(Me.Visit(node.Body), BoundBlock)
Lowering\LocalRewriter\LocalRewriter_Try.vb (1)
146Dim newCatchBody As BoundBlock = DirectCast(Visit(node.Body), BoundBlock)
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (1)
455Dim rewrittenBody = DirectCast(Me.Visit(node.Body), BoundBlock)