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