21 references to WhileStatement
Microsoft.CodeAnalysis.VisualBasic (13)
Binding\MemberSemanticModel.vb (1)
348
SyntaxKind.
WhileStatement
,
Generated\Syntax.xml.Internal.Generated.vb (4)
48151
Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.
WhileStatement
, whileKeyword, condition, hash)
48156
Dim result = New WhileStatementSyntax(SyntaxKind.
WhileStatement
, whileKeyword, condition)
60229
Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.
WhileStatement
, whileKeyword, condition, _factoryContext, hash)
60234
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)
485
Case SyntaxKind.
WhileStatement
Syntax\InternalSyntax\SyntaxNodeExtensions.vb (1)
830
SyntaxKind.
WhileStatement
,
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (2)
ExpressionSyntaxExtensions.vb (1)
539
expression.IsParentKind(SyntaxKind.
WhileStatement
) OrElse
VisualBasicSyntaxKinds.vb (1)
142
Public ReadOnly Property WhileStatement As Integer = SyntaxKind.
WhileStatement
Implements ISyntaxKinds.WhileStatement
Microsoft.CodeAnalysis.VisualBasic.Features (3)
EditAndContinue\BreakpointSpans.vb (1)
134
SyntaxKind.
WhileStatement
,
EditAndContinue\SyntaxComparer.vb (1)
373
SyntaxKind.
WhileStatement
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (1)
2677
SyntaxKind.
WhileStatement
,
Microsoft.CodeAnalysis.VisualBasic.Workspaces (3)
Classification\ClassificationHelpers.vb (1)
163
SyntaxKind.
WhileStatement
,
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\ExpressionSyntaxExtensions.vb\ExpressionSyntaxExtensions.vb (1)
539
expression.IsParentKind(SyntaxKind.
WhileStatement
) OrElse
VisualBasicSyntaxKinds.vb (1)
142
Public ReadOnly Property WhileStatement As Integer = SyntaxKind.
WhileStatement
Implements ISyntaxKinds.WhileStatement