1 write to Body
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
4200this.Body = body;
8 references to Body
Microsoft.CodeAnalysis.CSharp (8)
FlowAnalysis\AbstractFlowPass.cs (1)
3372VisitStatement(node.Body);
FlowAnalysis\NullableWalker.cs (1)
12090VisitStatement(node.Body);
Generated\BoundNodes.xml.Generated.cs (4)
4211if (argument != this.Argument || body != this.Body) 10246this.Visit(node.Body); 11459BoundStatement body = (BoundStatement)this.Visit(node.Body); 15953new TreeDumperNode("body", null, new TreeDumperNode[] { Visit(node.Body, null) }),
Lowering\LocalRewriter\LocalRewriter_LockStatement.cs (1)
27BoundStatement? rewrittenBody = VisitStatement(node.Body);
Operations\CSharpOperationFactory.cs (1)
2082IOperation body = Create(boundLockStatement.Body);