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