1 write to Body
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
4128
this.
Body
= body;
10 references to Body
Microsoft.CodeAnalysis.CSharp (10)
Binder\RefSafetyAnalysis.cs (1)
357
this.Visit(node.
Body
);
FlowAnalysis\AbstractFlowPass.cs (1)
3394
VisitStatement(node.
Body
);
Generated\BoundNodes.xml.Generated.cs (5)
4145
if (locals != this.Locals || declarationsOpt != this.DeclarationsOpt || expressionOpt != this.ExpressionOpt || body != this.
Body
|| awaitOpt != this.AwaitOpt || patternDisposeInfoOpt != this.PatternDisposeInfoOpt)
10196
this.Visit(node.
Body
);
11409
BoundStatement body = (BoundStatement)this.Visit(node.
Body
);
13448
BoundStatement body = (BoundStatement)this.Visit(node.
Body
);
15899
new TreeDumperNode("body", null, new TreeDumperNode[] { Visit(node.
Body
, null) }),
Lowering\LocalRewriter\LocalRewriter_UsingStatement.cs (1)
37
BoundStatement? rewrittenBody = VisitStatement(node.
Body
);
Lowering\MethodToClassRewriter.cs (1)
205
var body = (BoundStatement)this.Visit(node.
Body
);
Operations\CSharpOperationFactory.cs (1)
2034
IOperation body = Create(boundUsingStatement.
Body
);