3 references to LoopStatement
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Main.Generated.vb (2)
18440
Return SyntaxFactory.
LoopStatement
(kind, SyntaxFactory.Token(SyntaxKind.LoopKeyword), whileOrUntilClause)
18453
Return SyntaxFactory.
LoopStatement
(kind, SyntaxFactory.Token(SyntaxKind.LoopKeyword), Nothing)
Generated\Syntax.xml.Syntax.Generated.vb (1)
18328
Dim newNode = SyntaxFactory.
LoopStatement
(kind, loopKeyword, whileOrUntilClause)