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