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)
113If _labelsInside.Contains((TryCast((pending.Branch), BoundContinueStatement)).Label) Then
BoundTree\BoundTreeVisitor.vb (1)
88Return VisitContinueStatement(CType(node, BoundContinueStatement), arg)
Generated\BoundNodes.xml.Generated.vb (7)
5754Public Function Update(label As LabelSymbol) As BoundContinueStatement 9551Return VisitContinueStatement(CType(node, BoundContinueStatement), arg) 10115Public Overridable Function VisitContinueStatement(node As BoundContinueStatement, arg As A) As R 10818Public Overridable Function VisitContinueStatement(node As BoundContinueStatement) As BoundNode 11670Public Overrides Function VisitContinueStatement(node As BoundContinueStatement) As BoundNode 12698Public Overrides Function VisitContinueStatement(node As BoundContinueStatement) As BoundNode 14027Public 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