36 references to ContinueLabel
Microsoft.CodeAnalysis.VisualBasic (36)
Analysis\FlowAnalysis\AbstractFlowPass.vb (6)
1772ResolveContinues(node.ContinueLabel) 1950ResolveContinues(node.ContinueLabel) 1998ResolveContinues(node.ContinueLabel) 2452ResolveContinues(node.ContinueLabel) 2463ResolveContinues(node.ContinueLabel) 2483ResolveContinues(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)
5357If 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 5402If condition IsNot Me.Condition OrElse body IsNot Me.Body OrElse continueLabel IsNot Me.ContinueLabel OrElse exitLabel IsNot Me.ExitLabel Then 5605If 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 5652If 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 12622Return node.Update(topConditionOpt, bottomConditionOpt, node.TopConditionIsUntil, node.BottomConditionIsUntil, body, node.ContinueLabel, node.ExitLabel) 12628Return node.Update(condition, body, node.ContinueLabel, node.ExitLabel) 12649Return node.Update(initialValue, limitValue, stepValue, node.Checked, operatorsOpt, node.DeclaredOrInferredLocalOpt, controlVariable, body, nextVariablesOpt, node.ContinueLabel, node.ExitLabel) 12657Return node.Update(collection, node.EnumeratorInfo, node.DeclaredOrInferredLocalOpt, controlVariable, body, nextVariablesOpt, node.ContinueLabel, node.ExitLabel) 13930New TreeDumperNode("continueLabel", node.ContinueLabel, Nothing), 13939New TreeDumperNode("continueLabel", node.ContinueLabel, Nothing), 13966New TreeDumperNode("continueLabel", node.ContinueLabel, Nothing), 13979New 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,
Operations\VisualBasicOperationFactory.vb (4)
1146Dim continueLabel As ILabelSymbol = boundDoLoopStatement.ContinueLabel 1167Dim continueLabel As ILabelSymbol = boundForToStatement.ContinueLabel 1246Dim continueLabel As ILabelSymbol = boundForEachStatement.ContinueLabel 1346Dim continueLabel As ILabelSymbol = boundWhileStatement.ContinueLabel