24 references to SimpleLoopStatement
Microsoft.CodeAnalysis.VisualBasic (24)
Binding\Binder_Statements.vb (1)
219Case SyntaxKind.SimpleLoopStatement,
Binding\MemberSemanticModel.vb (1)
360SyntaxKind.SimpleLoopStatement, SyntaxKind.LoopWhileStatement, SyntaxKind.LoopUntilStatement,
Generated\Syntax.xml.Internal.Generated.vb (4)
39997Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.SimpleLoopStatement, loopKeyword, whileOrUntilClause, hash) 40002Dim result = New LoopStatementSyntax(SyntaxKind.SimpleLoopStatement, loopKeyword, whileOrUntilClause) 52063Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.SimpleLoopStatement, loopKeyword, whileOrUntilClause, _factoryContext, hash) 52068Dim result = New LoopStatementSyntax(SyntaxKind.SimpleLoopStatement, loopKeyword, whileOrUntilClause, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (11)
17773Case SyntaxKind.SimpleLoopStatement, 17824Case SyntaxKind.SimpleLoopStatement 17873Case SyntaxKind.SimpleLoopStatement 18050Return SyntaxKind.SimpleLoopStatement 18052Return SyntaxKind.SimpleLoopStatement 18054Return SyntaxKind.SimpleLoopStatement 18285Return New LoopStatementSyntax(SyntaxKind.SimpleLoopStatement, Nothing, Nothing, DirectCast(loopKeyword.Node, InternalSyntax.KeywordSyntax), whileOrUntilClause) 35909SyntaxKind.SimpleLoopStatement, 36203SyntaxKind.SimpleLoopStatement, 36505SyntaxKind.SimpleLoopStatement, 44504SyntaxKind.SimpleLoopStatement,
Generated\Syntax.xml.Syntax.Generated.vb (1)
18226''' <item><description><see cref="SyntaxKind.SimpleLoopStatement"/></description></item>
Parser\BlockContexts\BlockContext.vb (1)
791Return SyntaxKind.SimpleLoopStatement
Parser\BlockContexts\DeclarationContext.vb (1)
381Case SyntaxKind.SimpleLoopStatement, SyntaxKind.LoopWhileStatement, SyntaxKind.LoopUntilStatement
Parser\BlockContexts\DoLoopBlockContext.vb (1)
67Case SyntaxKind.SimpleLoopStatement,
Parser\Parser.vb (1)
1742Return SyntaxKind.SimpleLoopStatement
Parser\ParseStatement.vb (1)
567kind = SyntaxKind.SimpleLoopStatement
Syntax\SyntaxKindFacts.vb (1)
584SyntaxKind.SimpleLoopStatement, SyntaxKind.LoopWhileStatement, SyntaxKind.LoopUntilStatement,