1 write to Body
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
4115this.Body = body;
13 references to Body
Microsoft.CodeAnalysis.CSharp (13)
Binder\RefSafetyAnalysis.cs (1)
1301this.Visit(node.Body);
FlowAnalysis\AbstractFlowPass.cs (1)
2954VisitStatement(node.Body);
FlowAnalysis\NullableWalker.DebugVerifier.cs (1)
238Visit(node.Body);
Generated\BoundNodes.xml.Generated.cs (5)
4133if (enumeratorInfoOpt != this.EnumeratorInfoOpt || elementPlaceholder != this.ElementPlaceholder || elementConversion != this.ElementConversion || iterationVariableType != this.IterationVariableType || iterationVariables != this.IterationVariables || iterationErrorExpressionOpt != this.IterationErrorExpressionOpt || expression != this.Expression || deconstructionOpt != this.DeconstructionOpt || body != this.Body || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(breakLabel, this.BreakLabel) || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(continueLabel, this.ContinueLabel)) 10470this.Visit(node.Body); 11786BoundStatement body = (BoundStatement)this.Visit(node.Body); 13934BoundStatement body = (BoundStatement)this.Visit(node.Body); 16405new TreeDumperNode("body", null, new TreeDumperNode[] { Visit(node.Body, null) }),
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (4)
124BoundStatement? rewrittenBody = VisitStatement(node.Body); 571BoundStatement? rewrittenBody = VisitStatement(node.Body); 878BoundStatement? rewrittenBody = VisitStatement(node.Body); 1027BoundStatement? rewrittenBody = VisitStatement(node.Body);
Operations\CSharpOperationFactory.cs (1)
2048IOperation body = Create(boundForEachStatement.Body);