Base:
method
VisitForStatement
Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.VisitForStatement(Microsoft.CodeAnalysis.CSharp.BoundForStatement)
3 overrides of VisitForStatement
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\DefiniteAssignment.cs (1)
2223
public override BoundNode
VisitForStatement
(BoundForStatement node)
FlowAnalysis\ExitPointsWalker.cs (1)
96
public override BoundNode
VisitForStatement
(BoundForStatement node)
FlowAnalysis\NullableWalker.cs (1)
3468
public override BoundNode?
VisitForStatement
(BoundForStatement node)
3 references to VisitForStatement
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\DefiniteAssignment.cs (1)
2227
var result = base.
VisitForStatement
(node);
FlowAnalysis\ExitPointsWalker.cs (1)
103
return base.
VisitForStatement
(node);
FlowAnalysis\NullableWalker.cs (1)
3472
return base.
VisitForStatement
(node);