3 writes to _stepValue
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
13981
Me.
_stepValue
= stepValue
13993
Me.
_stepValue
= stepValue
14004
Me.
_stepValue
= stepValue
6 references to _stepValue
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
14026
Return Me.
_stepValue
14035
Return Me.
_stepValue
14044
Return new ForStepClauseSyntax(Me.Kind, newErrors, GetAnnotations, _stepKeyword,
_stepValue
)
14048
Return new ForStepClauseSyntax(Me.Kind, GetDiagnostics, annotations, _stepKeyword,
_stepValue
)
31833
Dim newStepValue = DirectCast(Visit(node.
_stepValue
), ExpressionSyntax)
31834
If node.
_stepValue
IsNot newStepValue Then anyChanges = True