4 writes to _toValue
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
17530Me._toValue = toValue 17550Me._toValue = toValue 17569Me._toValue = toValue 17598Me._toValue = _toValue
7 references to _toValue
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
17614writer.WriteValue(Me._toValue) 17658Return Me._toValue 17687Return Me._toValue 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) 39744Dim newToValue = DirectCast(Visit(node._toValue), ExpressionSyntax) 39745If node._toValue IsNot newToValue Then anyChanges = True