1 write to Body
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
3945this.Body = body;
12 references to Body
Microsoft.CodeAnalysis.CSharp (12)
FlowAnalysis\AbstractFlowPass.cs (1)
2681VisitStatement(node.Body);
FlowAnalysis\NullableWalker.DebugVerifier.cs (1)
151Visit(node.Body);
Generated\BoundNodes.xml.Generated.cs (5)
3964if (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)) 9826this.Visit(node.Body); 11001BoundStatement body = (BoundStatement)this.Visit(node.Body); 12972BoundStatement body = (BoundStatement)this.Visit(node.Body); 15321new TreeDumperNode("body", null, new TreeDumperNode[] { Visit(node.Body, null) }),
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (4)
115BoundStatement? rewrittenBody = VisitStatement(node.Body); 533BoundStatement? rewrittenBody = VisitStatement(node.Body); 712BoundStatement? rewrittenBody = VisitStatement(node.Body); 843BoundStatement? rewrittenBody = VisitStatement(node.Body);
Operations\CSharpOperationFactory.cs (1)
1871IOperation body = Create(boundForEachStatement.Body);