21 references to LoopWhileStatement
Microsoft.CodeAnalysis.VisualBasic (21)
Binding\Binder_Statements.vb (1)
220
SyntaxKind.
LoopWhileStatement
,
Binding\MemberSemanticModel.vb (1)
360
SyntaxKind.SimpleLoopStatement, SyntaxKind.
LoopWhileStatement
, SyntaxKind.LoopUntilStatement,
Generated\Syntax.xml.Internal.Generated.vb (4)
40025
Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.
LoopWhileStatement
, loopKeyword, whileOrUntilClause, hash)
40030
Dim result = New LoopStatementSyntax(SyntaxKind.
LoopWhileStatement
, loopKeyword, whileOrUntilClause)
52091
Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.
LoopWhileStatement
, loopKeyword, whileOrUntilClause, _factoryContext, hash)
52096
Dim result = New LoopStatementSyntax(SyntaxKind.
LoopWhileStatement
, loopKeyword, whileOrUntilClause, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (9)
17774
SyntaxKind.
LoopWhileStatement
,
17922
Case SyntaxKind.
LoopWhileStatement
18056
Return SyntaxKind.
LoopWhileStatement
18325
Return New LoopStatementSyntax(SyntaxKind.
LoopWhileStatement
, Nothing, Nothing, DirectCast(loopKeyword.Node, InternalSyntax.KeywordSyntax), whileOrUntilClause)
18418
Case SyntaxKind.
LoopWhileStatement
35910
SyntaxKind.
LoopWhileStatement
,
36204
SyntaxKind.
LoopWhileStatement
,
36506
SyntaxKind.
LoopWhileStatement
,
44505
SyntaxKind.
LoopWhileStatement
,
Generated\Syntax.xml.Syntax.Generated.vb (1)
18227
''' <item><description><see cref="SyntaxKind.
LoopWhileStatement
"/></description></item>
Parser\BlockContexts\DeclarationContext.vb (1)
381
Case SyntaxKind.SimpleLoopStatement, SyntaxKind.
LoopWhileStatement
, SyntaxKind.LoopUntilStatement
Parser\BlockContexts\DoLoopBlockContext.vb (2)
53
kind = If(loopStmt.Kind = SyntaxKind.
LoopWhileStatement
, SyntaxKind.DoLoopWhileBlock, SyntaxKind.DoLoopUntilBlock)
68
SyntaxKind.
LoopWhileStatement
,
Parser\ParseStatement.vb (1)
569
kind = SyntaxKind.
LoopWhileStatement
Syntax\SyntaxKindFacts.vb (1)
584
SyntaxKind.SimpleLoopStatement, SyntaxKind.
LoopWhileStatement
, SyntaxKind.LoopUntilStatement,