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