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