4 writes to _toValue
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
17530
Me.
_toValue
= toValue
17550
Me.
_toValue
= toValue
17569
Me.
_toValue
= toValue
17598
Me.
_toValue
= _toValue
7 references to _toValue
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
17614
writer.WriteValue(Me.
_toValue
)
17658
Return Me.
_toValue
17687
Return Me.
_toValue
17698
Return new ForStatementSyntax(Me.Kind, newErrors, GetAnnotations, _forKeyword, _controlVariable, _equalsToken, _fromValue, _toKeyword,
_toValue
, _stepClause)
17702
Return new ForStatementSyntax(Me.Kind, GetDiagnostics, annotations, _forKeyword, _controlVariable, _equalsToken, _fromValue, _toKeyword,
_toValue
, _stepClause)
39744
Dim newToValue = DirectCast(Visit(node.
_toValue
), ExpressionSyntax)
39745
If node.
_toValue
IsNot newToValue Then anyChanges = True