36 references to ContinueLabel
Microsoft.CodeAnalysis.VisualBasic (36)
Analysis\FlowAnalysis\AbstractFlowPass.vb (6)
1772
ResolveContinues(node.
ContinueLabel
)
1950
ResolveContinues(node.
ContinueLabel
)
1998
ResolveContinues(node.
ContinueLabel
)
2452
ResolveContinues(node.
ContinueLabel
)
2463
ResolveContinues(node.
ContinueLabel
)
2483
ResolveContinues(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)
5357
If 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
5402
If condition IsNot Me.Condition OrElse body IsNot Me.Body OrElse continueLabel IsNot Me.
ContinueLabel
OrElse exitLabel IsNot Me.ExitLabel Then
5605
If 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
5652
If 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
12622
Return node.Update(topConditionOpt, bottomConditionOpt, node.TopConditionIsUntil, node.BottomConditionIsUntil, body, node.
ContinueLabel
, node.ExitLabel)
12628
Return node.Update(condition, body, node.
ContinueLabel
, node.ExitLabel)
12649
Return node.Update(initialValue, limitValue, stepValue, node.Checked, operatorsOpt, node.DeclaredOrInferredLocalOpt, controlVariable, body, nextVariablesOpt, node.
ContinueLabel
, node.ExitLabel)
12657
Return node.Update(collection, node.EnumeratorInfo, node.DeclaredOrInferredLocalOpt, controlVariable, body, nextVariablesOpt, node.
ContinueLabel
, node.ExitLabel)
13930
New TreeDumperNode("continueLabel", node.
ContinueLabel
, Nothing),
13939
New TreeDumperNode("continueLabel", node.
ContinueLabel
, Nothing),
13966
New TreeDumperNode("continueLabel", node.
ContinueLabel
, Nothing),
13979
New TreeDumperNode("continueLabel", node.
ContinueLabel
, Nothing),
Lowering\LocalRewriter\LocalRewriter_DoLoop.vb (5)
55
node.
ContinueLabel
,
131
New BoundLabelStatement(syntax.DoStatement, node.
ContinueLabel
),
140
New BoundLabelStatement(node.Syntax, node.
ContinueLabel
),
199
New BoundLabelStatement(syntax.DoStatement, node.
ContinueLabel
),
208
New BoundLabelStatement(node.Syntax, node.
ContinueLabel
),
Lowering\LocalRewriter\LocalRewriter_ForEach.vb (2)
453
New BoundLabelStatement(statementSyntax, forEachStatement.
ContinueLabel
),
613
Dim bodyEpilogue As BoundStatement = New BoundLabelStatement(syntaxNode, node.
ContinueLabel
)
Lowering\LocalRewriter\LocalRewriter_ForTo.vb (2)
278
statements.Add(New BoundLabelStatement(blockSyntax, forStatement.
ContinueLabel
))
530
Dim label As BoundStatement = New BoundLabelStatement(blockSyntax, forStatement.
ContinueLabel
)
Lowering\LocalRewriter\LocalRewriter_While.vb (1)
38
node.
ContinueLabel
,
Operations\VisualBasicOperationFactory.vb (4)
1146
Dim continueLabel As ILabelSymbol = boundDoLoopStatement.
ContinueLabel
1167
Dim continueLabel As ILabelSymbol = boundForToStatement.
ContinueLabel
1246
Dim continueLabel As ILabelSymbol = boundForEachStatement.
ContinueLabel
1346
Dim continueLabel As ILabelSymbol = boundWhileStatement.
ContinueLabel