4 writes to _fromValue
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
17526Me._fromValue = fromValue 17546Me._fromValue = fromValue 17565Me._fromValue = fromValue 17588Me._fromValue = _fromValue
7 references to _fromValue
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
17612writer.WriteValue(Me._fromValue) 17640Return Me._fromValue 17683Return Me._fromValue 17698Return new ForStatementSyntax(Me.Kind, newErrors, GetAnnotations, _forKeyword, _controlVariable, _equalsToken, _fromValue, _toKeyword, _toValue, _stepClause) 17702Return new ForStatementSyntax(Me.Kind, GetDiagnostics, annotations, _forKeyword, _controlVariable, _equalsToken, _fromValue, _toKeyword, _toValue, _stepClause) 39740Dim newFromValue = DirectCast(Visit(node._fromValue), ExpressionSyntax) 39741If node._fromValue IsNot newFromValue Then anyChanges = True