4 writes to _fromValue
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
17526
Me.
_fromValue
= fromValue
17546
Me.
_fromValue
= fromValue
17565
Me.
_fromValue
= fromValue
17588
Me.
_fromValue
= _fromValue
7 references to _fromValue
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
17612
writer.WriteValue(Me.
_fromValue
)
17640
Return Me.
_fromValue
17683
Return Me.
_fromValue
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)
39740
Dim newFromValue = DirectCast(Visit(node.
_fromValue
), ExpressionSyntax)
39741
If node.
_fromValue
IsNot newFromValue Then anyChanges = True