13 references to WhileStatement
Microsoft.CodeAnalysis.VisualBasic (13)
Binding\MemberSemanticModel.vb (1)
348
SyntaxKind.
WhileStatement
,
Generated\Syntax.xml.Internal.Generated.vb (4)
40211
Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.
WhileStatement
, whileKeyword, condition, hash)
40216
Dim result = New WhileStatementSyntax(SyntaxKind.
WhileStatement
, whileKeyword, condition)
52277
Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.
WhileStatement
, whileKeyword, condition, _factoryContext, hash)
52282
Dim result = New WhileStatementSyntax(SyntaxKind.
WhileStatement
, whileKeyword, condition, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (5)
12798
Case SyntaxKind.
WhileStatement
19025
Return New WhileStatementSyntax(SyntaxKind.
WhileStatement
, Nothing, Nothing, DirectCast(whileKeyword.Node, InternalSyntax.KeywordSyntax), condition)
35912
SyntaxKind.
WhileStatement
,
36206
SyntaxKind.
WhileStatement
,
36508
SyntaxKind.
WhileStatement
,
Generated\Syntax.xml.Syntax.Generated.vb (1)
18464
''' <item><description><see cref="SyntaxKind.
WhileStatement
"/></description></item>
Parser\BlockContexts\BlockContext.vb (1)
486
Case SyntaxKind.
WhileStatement
Syntax\InternalSyntax\SyntaxNodeExtensions.vb (1)
830
SyntaxKind.
WhileStatement
,