48 references to WhileBlock
Microsoft.CodeAnalysis.VisualBasic (29)
Binding\Binder_Statements.vb (2)
90
Case SyntaxKind.
WhileBlock
208
node.Parent.Kind = SyntaxKind.
WhileBlock
OrElse
Binding\MemberSemanticModel.vb (1)
286
SyntaxKind.
WhileBlock
,
Generated\Syntax.xml.Internal.Generated.vb (4)
37647
Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.
WhileBlock
, whileStatement, statements.Node, endWhileStatement, hash)
37652
Dim result = New WhileBlockSyntax(SyntaxKind.
WhileBlock
, whileStatement, statements.Node, endWhileStatement)
49713
Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.
WhileBlock
, whileStatement, statements.Node, endWhileStatement, _factoryContext, hash)
49718
Dim result = New WhileBlockSyntax(SyntaxKind.
WhileBlock
, whileStatement, statements.Node, endWhileStatement, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (4)
12810
Return New WhileBlockSyntax(SyntaxKind.
WhileBlock
, Nothing, Nothing, whileStatement, statements.Node, endWhileStatement)
35857
SyntaxKind.
WhileBlock
,
36151
SyntaxKind.
WhileBlock
,
36453
SyntaxKind.
WhileBlock
,
Generated\Syntax.xml.Syntax.Generated.vb (1)
12706
''' <item><description><see cref="SyntaxKind.
WhileBlock
"/></description></item>
Lowering\Instrumentation\Instrumenter.vb (2)
166
Debug.Assert(original.Syntax.Kind = SyntaxKind.
WhileBlock
)
172
Debug.Assert(original.Syntax.Kind = SyntaxKind.
WhileBlock
)
Lowering\LambdaRewriter\LambdaRewriter.vb (1)
1284
SyntaxKind.
WhileBlock
,
Parser\BlockContexts\BlockContext.vb (5)
487
Return New StatementBlockContext(SyntaxKind.
WhileBlock
, DirectCast(node, StatementSyntax), Me)
513
SyntaxKind.
WhileBlock
,
546
Case SyntaxKind.
WhileBlock
690
Case SyntaxKind.
WhileBlock
793
Case SyntaxKind.
WhileBlock
Parser\BlockContexts\SingleLineLambdaContext.vb (1)
108
SyntaxKind.
WhileBlock
,
Parser\BlockContexts\StatementBlockContext.vb (1)
25
Case SyntaxKind.
WhileBlock
Parser\ParseStatement.vb (2)
72
Case SyntaxKind.
WhileBlock
173
Case SyntaxKind.
WhileBlock
Syntax\LambdaUtilities.vb (1)
655
Case SyntaxKind.
WhileBlock
,
Syntax\SyntaxFacts.vb (2)
383
Case SyntaxKind.
WhileBlock
713
Case SyntaxKind.
WhileBlock
Syntax\SyntaxKindFacts.vb (2)
545
Case SyntaxKind.
WhileBlock
,
559
Case SyntaxKind.
WhileBlock
,
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\SyntaxNodeExtensions.vb (2)
483
Case SyntaxKind.
WhileBlock
,
545
Case SyntaxKind.
WhileBlock
Microsoft.CodeAnalysis.VisualBasic.Features (13)
CodeFixes\IncorrectExitContinue\IncorrectExitContinueCodeFixProvider.vb (4)
181
.Where(Function(eb) eb.IsKind(SyntaxKind.
WhileBlock
,
236
Case SyntaxKind.
WhileBlock
263
Case SyntaxKind.
WhileBlock
298
Case SyntaxKind.
WhileBlock
Completion\KeywordRecommenders\Statements\ContinueKeywordRecommender.vb (1)
30
SyntaxKind.
WhileBlock
) Then
Completion\KeywordRecommenders\Statements\ExitKeywordRecommender.vb (1)
33
SyntaxKind.
WhileBlock
) Then
Completion\KeywordRecommenders\Statements\WhileLoopKeywordRecommender.vb (1)
30
context.IsInStatementBlockOfKind(SyntaxKind.
WhileBlock
) AndAlso
EditAndContinue\SyntaxComparer.vb (3)
367
SyntaxKind.
WhileBlock
946
SyntaxKind.
WhileBlock
954
Case SyntaxKind.
WhileBlock
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (1)
1233
Case SyntaxKind.
WhileBlock
GoToDefinition\VisualBasicGoToDefinitionSymbolService.vb (1)
120
While node IsNot Nothing AndAlso Not node.IsKind(SyntaxKind.
WhileBlock
)
src\roslyn\src\Compilers\VisualBasic\Portable\Syntax\LambdaUtilities.vb (1)
655
Case SyntaxKind.
WhileBlock
,
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\SyntaxNodeExtensions.vb (2)
483
Case SyntaxKind.
WhileBlock
,
545
Case SyntaxKind.
WhileBlock
Roslyn.Diagnostics.VisualBasic.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\SyntaxNodeExtensions.vb (2)
483
Case SyntaxKind.
WhileBlock
,
545
Case SyntaxKind.
WhileBlock