1 override of VisitContinueStatement
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
15802
public override TreeDumperNode
VisitContinueStatement
(BoundContinueStatement node, object? arg) => new TreeDumperNode("continueStatement", null, new TreeDumperNode[]
2 references to VisitContinueStatement
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\BoundTreeVisitors.cs (1)
90
return
VisitContinueStatement
(node as BoundContinueStatement, arg);
Generated\BoundNodes.xml.Generated.cs (1)
9027
return
VisitContinueStatement
((BoundContinueStatement)node, arg);