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