17 references to BoundContinueStatement
Microsoft.CodeAnalysis.VisualBasic (17)
Analysis\FlowAnalysis\AbstractFlowPass.NestedTypes.vb (1)
100Return CType(Branch, BoundContinueStatement).Label
Analysis\FlowAnalysis\AbstractFlowPass.vb (2)
429Dim continueStmt = TryCast(pending.Branch, BoundContinueStatement) 2430Public Overrides Function VisitContinueStatement(node As BoundContinueStatement) As BoundNode
Analysis\FlowAnalysis\ExitPointsWalker.vb (1)
114If _labelsInside.Contains((TryCast((pending.Branch), BoundContinueStatement)).Label) Then
BoundTree\BoundTreeVisitor.vb (1)
88Return VisitContinueStatement(CType(node, BoundContinueStatement), arg)
Generated\BoundNodes.xml.Generated.vb (7)
5738Public Function Update(label As LabelSymbol) As BoundContinueStatement 9535Return VisitContinueStatement(CType(node, BoundContinueStatement), arg) 10099Public Overridable Function VisitContinueStatement(node As BoundContinueStatement, arg As A) As R 10802Public Overridable Function VisitContinueStatement(node As BoundContinueStatement) As BoundNode 11654Public Overrides Function VisitContinueStatement(node As BoundContinueStatement) As BoundNode 12682Public Overrides Function VisitContinueStatement(node As BoundContinueStatement) As BoundNode 14011Public Overrides Function VisitContinueStatement(node As BoundContinueStatement, arg As Object) As TreeDumperNode
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (1)
322Public Overrides Function InstrumentContinueStatement(original As BoundContinueStatement, rewritten As BoundStatement) As BoundStatement
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
43Public Overrides Function InstrumentContinueStatement(original As BoundContinueStatement, rewritten As BoundStatement) As BoundStatement
Lowering\Instrumentation\DebugInfoInjector.vb (1)
48Public Overrides Function InstrumentContinueStatement(original As BoundContinueStatement, rewritten As BoundStatement) As BoundStatement
Lowering\Instrumentation\Instrumenter.vb (1)
51Public Overridable Function InstrumentContinueStatement(original As BoundContinueStatement, rewritten As BoundStatement) As BoundStatement
Lowering\LocalRewriter\LocalRewriter_Continue.vb (1)
14Public Overrides Function VisitContinueStatement(node As BoundContinueStatement) As BoundNode