1 write to Body
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
4198
this.
Body
= body;
8 references to Body
Microsoft.CodeAnalysis.CSharp (8)
FlowAnalysis\AbstractFlowPass.cs (1)
3377
VisitStatement(node.
Body
);
FlowAnalysis\NullableWalker.cs (1)
12101
VisitStatement(node.
Body
);
Generated\BoundNodes.xml.Generated.cs (4)
4209
if (argument != this.Argument || body != this.
Body
)
10244
this.Visit(node.
Body
);
11457
BoundStatement body = (BoundStatement)this.Visit(node.
Body
);
15949
new TreeDumperNode("body", null, new TreeDumperNode[] { Visit(node.
Body
, null) }),
Lowering\LocalRewriter\LocalRewriter_LockStatement.cs (1)
27
BoundStatement? rewrittenBody = VisitStatement(node.
Body
);
Operations\CSharpOperationFactory.cs (1)
2082
IOperation body = Create(boundLockStatement.
Body
);