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