2 references to LoopKeyword
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\Syntax.xml.Internal.Generated.vb (1)
39655Dim newLoopKeyword = DirectCast(Visit(node.LoopKeyword), KeywordSyntax)
Parser\BlockContexts\DoLoopBlockContext.vb (1)
48loopStmt = SyntaxFactory.LoopStatement(loopStmt.Kind, loopStmt.LoopKeyword, whileUntilClause)