4 writes to _stepValue
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
17727
Me.
_stepValue
= stepValue
17739
Me.
_stepValue
= stepValue
17750
Me.
_stepValue
= stepValue
17765
Me.
_stepValue
= _stepValue
7 references to _stepValue
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
17774
writer.WriteValue(Me.
_stepValue
)
17799
Return Me.
_stepValue
17808
Return Me.
_stepValue
17817
Return new ForStepClauseSyntax(Me.Kind, newErrors, GetAnnotations, _stepKeyword,
_stepValue
)
17821
Return new ForStepClauseSyntax(Me.Kind, GetDiagnostics, annotations, _stepKeyword,
_stepValue
)
39761
Dim newStepValue = DirectCast(Visit(node.
_stepValue
), ExpressionSyntax)
39762
If node.
_stepValue
IsNot newStepValue Then anyChanges = True