2 references to LoopStatement
Microsoft.CodeAnalysis.VisualBasic (2)
Parser\BlockContexts\DoLoopBlockContext.vb (1)
48loopStmt = SyntaxFactory.LoopStatement(loopStmt.Kind, loopStmt.LoopKeyword, whileUntilClause)
Parser\ParseStatement.vb (1)
573Dim statement As LoopStatementSyntax = SyntaxFactory.LoopStatement(kind, loopKeyword, optionalWhileOrUntilClause)