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)
64_labelsInside.Add(node.ContinueLabel) 72_labelsInside.Add(node.ContinueLabel) 80_labelsInside.Add(node.ContinueLabel) 88_labelsInside.Add(node.ContinueLabel)
Generated\BoundNodes.xml.Generated.vb (12)
5360If 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 5405If condition IsNot Me.Condition OrElse body IsNot Me.Body OrElse continueLabel IsNot Me.ContinueLabel OrElse exitLabel IsNot Me.ExitLabel Then 5608If 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 5655If 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 12640Return node.Update(topConditionOpt, bottomConditionOpt, node.TopConditionIsUntil, node.BottomConditionIsUntil, body, node.ContinueLabel, node.ExitLabel) 12646Return node.Update(condition, body, node.ContinueLabel, node.ExitLabel) 12667Return node.Update(initialValue, limitValue, stepValue, node.Checked, operatorsOpt, node.DeclaredOrInferredLocalOpt, controlVariable, body, nextVariablesOpt, node.ContinueLabel, node.ExitLabel) 12675Return node.Update(collection, node.EnumeratorInfo, node.DeclaredOrInferredLocalOpt, controlVariable, body, nextVariablesOpt, node.ContinueLabel, node.ExitLabel) 13951New TreeDumperNode("continueLabel", node.ContinueLabel, Nothing), 13960New TreeDumperNode("continueLabel", node.ContinueLabel, Nothing), 13987New TreeDumperNode("continueLabel", node.ContinueLabel, Nothing), 14000New 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,