8 references to StepValue
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\Binder_Statements.vb (2)
1491stepValueExpression = binder.BindRValue(stepClauseSyntaxOpt.StepValue, diagnostics) 3159stepValue = BindValue(stepClause.StepValue, diagnostics)
Generated\Syntax.xml.Main.Generated.vb (2)
3506Dim newStepValue = DirectCast(Visit(node.StepValue), ExpressionSyntax) 3507If node.StepValue IsNot newStepValue Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (3)
19379return Update(stepKeyword, Me.StepValue) 19412Return Me.StepValue 19438If stepKeyword <> Me.StepKeyword OrElse stepValue IsNot Me.StepValue Then
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ConvertForToForEach\VisualBasicConvertForToForEachCodeRefactoringProvider.vb (1)
67stepValueExpressionOpt = forStatement.StepClause?.StepValue