1 write to Body
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
4056this.Body = body;
13 references to Body
Microsoft.CodeAnalysis.CSharp (13)
Binder\RefSafetyAnalysis.cs (1)
1097this.Visit(node.Body);
FlowAnalysis\AbstractFlowPass.cs (1)
2873VisitStatement(node.Body);
FlowAnalysis\NullableWalker.DebugVerifier.cs (1)
227Visit(node.Body);
Generated\BoundNodes.xml.Generated.cs (5)
4075if (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)) 10183this.Visit(node.Body); 11396BoundStatement body = (BoundStatement)this.Visit(node.Body); 13439BoundStatement body = (BoundStatement)this.Visit(node.Body); 15881new TreeDumperNode("body", null, new TreeDumperNode[] { Visit(node.Body, null) }),
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (4)
118BoundStatement? rewrittenBody = VisitStatement(node.Body); 572BoundStatement? rewrittenBody = VisitStatement(node.Body); 879BoundStatement? rewrittenBody = VisitStatement(node.Body); 1028BoundStatement? rewrittenBody = VisitStatement(node.Body);
Operations\CSharpOperationFactory.cs (1)
1982IOperation body = Create(boundForEachStatement.Body);