1 override of VisitContinueStatement
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
15802public 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)
90return VisitContinueStatement(node as BoundContinueStatement, arg);
Generated\BoundNodes.xml.Generated.cs (1)
9027return VisitContinueStatement((BoundContinueStatement)node, arg);