12 references to WhileOrUntilClause
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\Binder_Statements.vb (2)
226
Dim whileOrUntilClause = DirectCast(node, LoopStatementSyntax).
WhileOrUntilClause
2807
Dim bottomConditionSyntax = node.LoopStatement.
WhileOrUntilClause
Generated\Syntax.xml.Main.Generated.vb (2)
3402
Dim newWhileOrUntilClause = DirectCast(Visit(node.
WhileOrUntilClause
), WhileOrUntilClauseSyntax)
3403
If node.
WhileOrUntilClause
IsNot newWhileOrUntilClause Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (3)
18261
return Update(Me.Kind, loopKeyword, Me.
WhileOrUntilClause
)
18298
Return Me.
WhileOrUntilClause
18327
If kind <> Me.Kind OrElse loopKeyword <> Me.LoopKeyword OrElse whileOrUntilClause IsNot Me.
WhileOrUntilClause
Then
Microsoft.CodeAnalysis.VisualBasic.Features (2)
Highlighting\KeywordHighlighters\DoLoopBlockHighlighter.vb (2)
49
If .
WhileOrUntilClause
IsNot Nothing Then
50
highlights.Add(TextSpan.FromBounds(.LoopKeyword.SpanStart, .
WhileOrUntilClause
.WhileOrUntilKeyword.Span.End))
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (3)
Generated\Syntax.Test.xml.Generated.vb (3)
20033
Dim withObj = objectUnderTest.WithLoopKeyword(objectUnderTest.LoopKeyword).WithWhileOrUntilClause(objectUnderTest.
WhileOrUntilClause
)
20041
Dim withObj = objectUnderTest.WithLoopKeyword(objectUnderTest.LoopKeyword).WithWhileOrUntilClause(objectUnderTest.
WhileOrUntilClause
)
20049
Dim withObj = objectUnderTest.WithLoopKeyword(objectUnderTest.LoopKeyword).WithWhileOrUntilClause(objectUnderTest.
WhileOrUntilClause
)