7 references to StepValue
Microsoft.CodeAnalysis.VisualBasic (7)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
1921
VisitRvalue(node.
StepValue
)
Generated\BoundNodes.xml.Generated.vb (4)
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
11616
Me.Visit(node.
StepValue
)
12644
Dim stepValue As BoundExpression = DirectCast(Me.Visit(node.
StepValue
), BoundExpression)
13959
New TreeDumperNode("stepValue", Nothing, new TreeDumperNode() {Visit(node.
StepValue
, Nothing)}),
Lowering\LocalRewriter\LocalRewriter_ForTo.vb (1)
28
Dim rewrittenStep = VisitExpressionNode(node.
StepValue
)
Operations\VisualBasicOperationFactory.vb (1)
1159
Dim stepValue As IOperation = Create(boundForToStatement.
StepValue
)