Base:
method
VisitForEachStatement
Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.VisitForEachStatement(Microsoft.CodeAnalysis.CSharp.BoundForEachStatement)
2 overrides of VisitForEachStatement
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\ExitPointsWalker.cs (1)
86
public override BoundNode
VisitForEachStatement
(BoundForEachStatement node)
FlowAnalysis\NullableWalker.cs (1)
3412
public override BoundNode?
VisitForEachStatement
(BoundForEachStatement node)
2 references to VisitForEachStatement
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\ExitPointsWalker.cs (1)
93
return base.
VisitForEachStatement
(node);
FlowAnalysis\NullableWalker.cs (1)
3415
return base.
VisitForEachStatement
(node);