1 write to Body
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
4129
this.
Body
= body;
10 references to Body
Microsoft.CodeAnalysis.CSharp (10)
Binder\RefSafetyAnalysis.cs (1)
357
this.Visit(node.
Body
);
FlowAnalysis\AbstractFlowPass.cs (1)
3398
VisitStatement(node.
Body
);
Generated\BoundNodes.xml.Generated.cs (5)
4146
if (locals != this.Locals || declarationsOpt != this.DeclarationsOpt || expressionOpt != this.ExpressionOpt || body != this.
Body
|| awaitOpt != this.AwaitOpt || patternDisposeInfoOpt != this.PatternDisposeInfoOpt)
10233
this.Visit(node.
Body
);
11446
BoundStatement body = (BoundStatement)this.Visit(node.
Body
);
13485
BoundStatement body = (BoundStatement)this.Visit(node.
Body
);
15936
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
);