15 references to NextVariablesOpt
Microsoft.CodeAnalysis.VisualBasic (15)
Analysis\ForLoopVerification.vb (3)
98
If Not boundForStatement.
NextVariablesOpt
.IsDefault Then
101
If boundForStatement.
NextVariablesOpt
.IsEmpty Then
104
For Each nextVariable In boundForStatement.
NextVariablesOpt
Generated\BoundNodes.xml.Generated.vb (8)
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
11620
Me.VisitList(node.
NextVariablesOpt
)
11628
Me.VisitList(node.
NextVariablesOpt
)
12648
Dim nextVariablesOpt As ImmutableArray(Of BoundExpression) = Me.VisitList(node.
NextVariablesOpt
)
12656
Dim nextVariablesOpt As ImmutableArray(Of BoundExpression) = Me.VisitList(node.
NextVariablesOpt
)
13965
New TreeDumperNode("nextVariablesOpt", Nothing, From x In node.
NextVariablesOpt
Select Visit(x, Nothing)),
13978
New TreeDumperNode("nextVariablesOpt", Nothing, From x In node.
NextVariablesOpt
Select Visit(x, Nothing)),
Operations\VisualBasicOperationFactory.vb (4)
1161
Dim nextVariables As ImmutableArray(Of IOperation) = If(boundForToStatement.
NextVariablesOpt
.IsDefault,
1163
CreateFromArray(Of BoundExpression, IOperation)(boundForToStatement.
NextVariablesOpt
))
1239
Dim nextVariables = If(boundForEachStatement.
NextVariablesOpt
.IsDefault,
1241
CreateFromArray(Of BoundExpression, IOperation)(boundForEachStatement.
NextVariablesOpt
))