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