Base:
method
VisitWhileStatement
Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.VisitWhileStatement(Microsoft.CodeAnalysis.CSharp.BoundWhileStatement)
3 overrides of VisitWhileStatement
Microsoft.CodeAnalysis.CSharp (3)
Generated\BoundNodes.xml.Generated.cs (1)
13410
public override BoundNode?
VisitWhileStatement
(BoundWhileStatement node)
Lowering\LocalRewriter\LocalRewriter_WhileStatement.cs (1)
16
public override BoundNode
VisitWhileStatement
(BoundWhileStatement node)
Lowering\MethodToClassRewriter.cs (1)
192
public override BoundNode
VisitWhileStatement
(BoundWhileStatement node)