1 write to Body
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
4127
this.
Body
= body;
9 references to Body
Microsoft.CodeAnalysis.CSharp (9)
Binder\RefSafetyAnalysis.cs (1)
357
this.Visit(node.
Body
);
FlowAnalysis\AbstractFlowPass.cs (1)
3410
VisitStatement(node.
Body
);
Generated\BoundNodes.xml.Generated.cs (5)
4144
if (locals != this.Locals || declarationsOpt != this.DeclarationsOpt || expressionOpt != this.ExpressionOpt || body != this.
Body
|| awaitOpt != this.AwaitOpt || patternDisposeInfoOpt != this.PatternDisposeInfoOpt)
10231
this.Visit(node.
Body
);
11514
BoundStatement body = (BoundStatement)this.Visit(node.
Body
);
13628
BoundStatement body = (BoundStatement)this.Visit(node.
Body
);
16078
new TreeDumperNode("body", null, new TreeDumperNode[] { Visit(node.
Body
, null) }),
Lowering\LocalRewriter\LocalRewriter_UsingStatement.cs (1)
37
BoundStatement? rewrittenBody = VisitStatement(node.
Body
);
Operations\CSharpOperationFactory.cs (1)
2034
IOperation body = Create(boundUsingStatement.
Body
);