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