Base:
method
VisitDoStatement
Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.VisitDoStatement(Microsoft.CodeAnalysis.CSharp.BoundDoStatement)
2 overrides of VisitDoStatement
Microsoft.CodeAnalysis.CSharp (2)
Binder\RefSafetyAnalysis.cs (1)
332
public override BoundNode?
VisitDoStatement
(BoundDoStatement node)
BoundTree\BoundNode.cs (1)
571
public override BoundNode?
VisitDoStatement
(BoundDoStatement node)
2 references to VisitDoStatement
Microsoft.CodeAnalysis.CSharp (2)
Binder\RefSafetyAnalysis.cs (1)
335
return base.
VisitDoStatement
(node);
BoundTree\BoundNode.cs (1)
574
base.
VisitDoStatement
(node);