32 references to ContinueLabel
Microsoft.CodeAnalysis.VisualBasic (32)
Analysis\FlowAnalysis\AbstractFlowPass.vb (6)
1788ResolveContinues(node.ContinueLabel) 1966ResolveContinues(node.ContinueLabel) 2014ResolveContinues(node.ContinueLabel) 2468ResolveContinues(node.ContinueLabel) 2479ResolveContinues(node.ContinueLabel) 2499ResolveContinues(node.ContinueLabel)
Analysis\FlowAnalysis\ExitPointsWalker.vb (4)
63_labelsInside.Add(node.ContinueLabel) 71_labelsInside.Add(node.ContinueLabel) 79_labelsInside.Add(node.ContinueLabel) 87_labelsInside.Add(node.ContinueLabel)
Generated\BoundNodes.xml.Generated.vb (12)
5376If topConditionOpt IsNot Me.TopConditionOpt OrElse bottomConditionOpt IsNot Me.BottomConditionOpt OrElse topConditionIsUntil <> Me.TopConditionIsUntil OrElse bottomConditionIsUntil <> Me.BottomConditionIsUntil OrElse body IsNot Me.Body OrElse continueLabel IsNot Me.ContinueLabel OrElse exitLabel IsNot Me.ExitLabel Then 5421If condition IsNot Me.Condition OrElse body IsNot Me.Body OrElse continueLabel IsNot Me.ContinueLabel OrElse exitLabel IsNot Me.ExitLabel Then 5624If initialValue IsNot Me.InitialValue OrElse limitValue IsNot Me.LimitValue OrElse stepValue IsNot Me.StepValue OrElse checked <> Me.Checked OrElse operatorsOpt IsNot Me.OperatorsOpt OrElse declaredOrInferredLocalOpt IsNot Me.DeclaredOrInferredLocalOpt OrElse controlVariable IsNot Me.ControlVariable OrElse body IsNot Me.Body OrElse nextVariablesOpt <> Me.NextVariablesOpt OrElse continueLabel IsNot Me.ContinueLabel OrElse exitLabel IsNot Me.ExitLabel Then 5671If collection IsNot Me.Collection OrElse enumeratorInfo IsNot Me.EnumeratorInfo OrElse declaredOrInferredLocalOpt IsNot Me.DeclaredOrInferredLocalOpt OrElse controlVariable IsNot Me.ControlVariable OrElse body IsNot Me.Body OrElse nextVariablesOpt <> Me.NextVariablesOpt OrElse continueLabel IsNot Me.ContinueLabel OrElse exitLabel IsNot Me.ExitLabel Then 12656Return node.Update(topConditionOpt, bottomConditionOpt, node.TopConditionIsUntil, node.BottomConditionIsUntil, body, node.ContinueLabel, node.ExitLabel) 12662Return node.Update(condition, body, node.ContinueLabel, node.ExitLabel) 12683Return node.Update(initialValue, limitValue, stepValue, node.Checked, operatorsOpt, node.DeclaredOrInferredLocalOpt, controlVariable, body, nextVariablesOpt, node.ContinueLabel, node.ExitLabel) 12691Return node.Update(collection, node.EnumeratorInfo, node.DeclaredOrInferredLocalOpt, controlVariable, body, nextVariablesOpt, node.ContinueLabel, node.ExitLabel) 13967New TreeDumperNode("continueLabel", node.ContinueLabel, Nothing), 13976New TreeDumperNode("continueLabel", node.ContinueLabel, Nothing), 14003New TreeDumperNode("continueLabel", node.ContinueLabel, Nothing), 14016New TreeDumperNode("continueLabel", node.ContinueLabel, Nothing),
Lowering\LocalRewriter\LocalRewriter_DoLoop.vb (5)
55node.ContinueLabel, 131New BoundLabelStatement(syntax.DoStatement, node.ContinueLabel), 140New BoundLabelStatement(node.Syntax, node.ContinueLabel), 199New BoundLabelStatement(syntax.DoStatement, node.ContinueLabel), 208New BoundLabelStatement(node.Syntax, node.ContinueLabel),
Lowering\LocalRewriter\LocalRewriter_ForEach.vb (2)
453New BoundLabelStatement(statementSyntax, forEachStatement.ContinueLabel), 613Dim bodyEpilogue As BoundStatement = New BoundLabelStatement(syntaxNode, node.ContinueLabel)
Lowering\LocalRewriter\LocalRewriter_ForTo.vb (2)
278statements.Add(New BoundLabelStatement(blockSyntax, forStatement.ContinueLabel)) 530Dim label As BoundStatement = New BoundLabelStatement(blockSyntax, forStatement.ContinueLabel)
Lowering\LocalRewriter\LocalRewriter_While.vb (1)
38node.ContinueLabel,