4 writes to _controlVariable
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
17434
Me.
_controlVariable
= controlVariable
17445
Me.
_controlVariable
= controlVariable
17455
Me.
_controlVariable
= controlVariable
17469
Me.
_controlVariable
= _controlVariable
12 references to _controlVariable
Microsoft.CodeAnalysis.VisualBasic (12)
Generated\Syntax.xml.Internal.Generated.vb (12)
17476
writer.WriteValue(Me.
_controlVariable
)
17496
Return Me.
_controlVariable
17679
Return Me.
_controlVariable
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)
17957
Return Me.
_controlVariable
17970
Return new ForEachStatementSyntax(Me.Kind, newErrors, GetAnnotations, _forKeyword, _eachKeyword,
_controlVariable
, _inKeyword, _expression)
17974
Return new ForEachStatementSyntax(Me.Kind, GetDiagnostics, annotations, _forKeyword, _eachKeyword,
_controlVariable
, _inKeyword, _expression)
39736
Dim newControlVariable = DirectCast(Visit(node.
_controlVariable
), VisualBasicSyntaxNode)
39737
If node.
_controlVariable
IsNot newControlVariable Then anyChanges = True
39778
Dim newControlVariable = DirectCast(Visit(node.
_controlVariable
), VisualBasicSyntaxNode)
39779
If node.
_controlVariable
IsNot newControlVariable Then anyChanges = True