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