Base:
method
VisitDoStatement
Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.VisitDoStatement(Microsoft.CodeAnalysis.CSharp.BoundDoStatement)
2 overrides of VisitDoStatement
Microsoft.CodeAnalysis.CSharp (2)
Binder\RefSafetyAnalysis.cs (1)
379
public override BoundNode?
VisitDoStatement
(BoundDoStatement node)
BoundTree\BoundNode.cs (1)
633
public override BoundNode?
VisitDoStatement
(BoundDoStatement node)
2 references to VisitDoStatement
Microsoft.CodeAnalysis.CSharp (2)
Binder\RefSafetyAnalysis.cs (1)
382
return base.
VisitDoStatement
(node);
BoundTree\BoundNode.cs (1)
636
base.
VisitDoStatement
(node);