9 references to ControlVariables
Microsoft.CodeAnalysis.VisualBasic (8)
Binding\Binder_Statements.vb (1)
3055Dim controlVariableList As SeparatedSyntaxList(Of ExpressionSyntax) = endOptSyntax.ControlVariables
Compilation\SyntaxTreeSemanticModel.vb (2)
1830Return endNode.ControlVariables.Count > 1 1850Return endNode.ControlVariables.Count <> nesting
Generated\Syntax.xml.Main.Generated.vb (1)
3542Dim newControlVariables = VisitList(node.ControlVariables)
Generated\Syntax.xml.Syntax.Generated.vb (3)
19696return Update(nextKeyword, Me.ControlVariables) 19725Return Me.WithControlVariables(Me.ControlVariables.AddRange(items)) 19766If nextKeyword <> Me.NextKeyword OrElse controlVariables <> Me.ControlVariables Then
Syntax\SyntaxNormalizer.vb (1)
1466Dim variableCount = node.ControlVariables.Count
Microsoft.CodeAnalysis.VisualBasic.Features (1)
Highlighting\KeywordHighlighters\ForLoopBlockHighlighter.vb (1)
119Dim numExpectedForBlocksMatched = Math.Max(nextStatement.ControlVariables.Count(), 1)