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