1 write to Body
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
4048this.Body = body;
13 references to Body
Microsoft.CodeAnalysis.CSharp (13)
Binder\RefSafetyAnalysis.cs (1)
1161this.Visit(node.Body);
FlowAnalysis\AbstractFlowPass.cs (1)
2904VisitStatement(node.Body);
FlowAnalysis\NullableWalker.DebugVerifier.cs (1)
225Visit(node.Body);
Generated\BoundNodes.xml.Generated.cs (5)
4067if (enumeratorInfoOpt != this.EnumeratorInfoOpt || elementPlaceholder != this.ElementPlaceholder || elementConversion != this.ElementConversion || iterationVariableType != this.IterationVariableType || iterationVariables != this.IterationVariables || iterationErrorExpressionOpt != this.IterationErrorExpressionOpt || expression != this.Expression || deconstructionOpt != this.DeconstructionOpt || awaitOpt != this.AwaitOpt || body != this.Body || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(breakLabel, this.BreakLabel) || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(continueLabel, this.ContinueLabel)) 10211this.Visit(node.Body); 11495BoundStatement body = (BoundStatement)this.Visit(node.Body); 13591BoundStatement body = (BoundStatement)this.Visit(node.Body); 16034new TreeDumperNode("body", null, new TreeDumperNode[] { Visit(node.Body, null) }),
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (4)
119BoundStatement? rewrittenBody = VisitStatement(node.Body); 559BoundStatement? rewrittenBody = VisitStatement(node.Body); 866BoundStatement? rewrittenBody = VisitStatement(node.Body); 1015BoundStatement? rewrittenBody = VisitStatement(node.Body);
Operations\CSharpOperationFactory.cs (1)
1982IOperation body = Create(boundForEachStatement.Body);