3 references to WhileOrUntilClause
Microsoft.CodeAnalysis.VisualBasic (3)
Parser\BlockContexts\DoLoopBlockContext.vb (3)
34
loopStmt.
WhileOrUntilClause
IsNot Nothing Then
36
Dim whileUntilClause = loopStmt.
WhileOrUntilClause
51
If kind = SyntaxKind.SimpleDoLoopBlock AndAlso loopStmt.
WhileOrUntilClause
IsNot Nothing Then