1 write to Body
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
4055
this.
Body
= body;
13 references to Body
Microsoft.CodeAnalysis.CSharp (13)
Binder\RefSafetyAnalysis.cs (1)
1288
this.Visit(node.
Body
);
FlowAnalysis\AbstractFlowPass.cs (1)
2905
VisitStatement(node.
Body
);
FlowAnalysis\NullableWalker.DebugVerifier.cs (1)
224
Visit(node.
Body
);
Generated\BoundNodes.xml.Generated.cs (5)
4073
if (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))
10222
this.Visit(node.
Body
);
11508
BoundStatement body = (BoundStatement)this.Visit(node.
Body
);
13613
BoundStatement body = (BoundStatement)this.Visit(node.
Body
);
16057
new TreeDumperNode("body", null, new TreeDumperNode[] { Visit(node.
Body
, null) }),
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (4)
124
BoundStatement? rewrittenBody = VisitStatement(node.
Body
);
563
BoundStatement? rewrittenBody = VisitStatement(node.
Body
);
870
BoundStatement? rewrittenBody = VisitStatement(node.
Body
);
1019
BoundStatement? rewrittenBody = VisitStatement(node.
Body
);
Operations\CSharpOperationFactory.cs (1)
1982
IOperation body = Create(boundForEachStatement.
Body
);