Base:
method
VisitForStatement
Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.VisitForStatement(Microsoft.CodeAnalysis.CSharp.BoundForStatement)
3 overrides of VisitForStatement
Microsoft.CodeAnalysis.CSharp (3)
Generated\BoundNodes.xml.Generated.cs (1)
13418public override BoundNode? VisitForStatement(BoundForStatement node)
Lowering\LocalRewriter\LocalRewriter_ForStatement.cs (1)
15public override BoundNode VisitForStatement(BoundForStatement node)
Lowering\MethodToClassRewriter.cs (1)
173public override BoundNode VisitForStatement(BoundForStatement node)