47 references to WhileBlock
Microsoft.CodeAnalysis.VisualBasic (29)
Binding\Binder_Statements.vb (2)
90Case SyntaxKind.WhileBlock 208node.Parent.Kind = SyntaxKind.WhileBlock OrElse
Binding\MemberSemanticModel.vb (1)
287SyntaxKind.WhileBlock,
Generated\Syntax.xml.Internal.Generated.vb (4)
45587Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.WhileBlock, whileStatement, statements.Node, endWhileStatement, hash) 45592Dim result = New WhileBlockSyntax(SyntaxKind.WhileBlock, whileStatement, statements.Node, endWhileStatement) 57665Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.WhileBlock, whileStatement, statements.Node, endWhileStatement, _factoryContext, hash) 57670Dim result = New WhileBlockSyntax(SyntaxKind.WhileBlock, whileStatement, statements.Node, endWhileStatement, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (4)
12810Return New WhileBlockSyntax(SyntaxKind.WhileBlock, Nothing, Nothing, whileStatement, statements.Node, endWhileStatement) 35857SyntaxKind.WhileBlock, 36151SyntaxKind.WhileBlock, 36453SyntaxKind.WhileBlock,
Generated\Syntax.xml.Syntax.Generated.vb (1)
12706''' <item><description><see cref="SyntaxKind.WhileBlock"/></description></item>
Lowering\Instrumentation\Instrumenter.vb (2)
166Debug.Assert(original.Syntax.Kind = SyntaxKind.WhileBlock) 172Debug.Assert(original.Syntax.Kind = SyntaxKind.WhileBlock)
Lowering\LambdaRewriter\LambdaRewriter.vb (1)
1236SyntaxKind.WhileBlock,
Parser\BlockContexts\BlockContext.vb (5)
486Return New StatementBlockContext(SyntaxKind.WhileBlock, DirectCast(node, StatementSyntax), Me) 512SyntaxKind.WhileBlock, 545Case SyntaxKind.WhileBlock 689Case SyntaxKind.WhileBlock 792Case SyntaxKind.WhileBlock
Parser\BlockContexts\SingleLineLambdaContext.vb (1)
108SyntaxKind.WhileBlock,
Parser\BlockContexts\StatementBlockContext.vb (1)
25Case SyntaxKind.WhileBlock
Parser\ParseStatement.vb (2)
72Case SyntaxKind.WhileBlock 173Case SyntaxKind.WhileBlock
Syntax\LambdaUtilities.vb (1)
647Case SyntaxKind.WhileBlock,
Syntax\SyntaxFacts.vb (2)
383Case SyntaxKind.WhileBlock 713Case SyntaxKind.WhileBlock
Syntax\SyntaxKindFacts.vb (2)
545Case SyntaxKind.WhileBlock, 559Case SyntaxKind.WhileBlock,
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (2)
SyntaxNodeExtensions.vb (2)
482Case SyntaxKind.WhileBlock, 544Case SyntaxKind.WhileBlock
Microsoft.CodeAnalysis.VisualBasic.Features (13)
CodeFixes\IncorrectExitContinue\IncorrectExitContinueCodeFixProvider.vb (4)
181.Where(Function(eb) eb.IsKind(SyntaxKind.WhileBlock, 236Case SyntaxKind.WhileBlock 263Case SyntaxKind.WhileBlock 298Case SyntaxKind.WhileBlock
Completion\KeywordRecommenders\Statements\ContinueKeywordRecommender.vb (1)
30SyntaxKind.WhileBlock) Then
Completion\KeywordRecommenders\Statements\ExitKeywordRecommender.vb (1)
33SyntaxKind.WhileBlock) Then
Completion\KeywordRecommenders\Statements\WhileLoopKeywordRecommender.vb (1)
30context.IsInStatementBlockOfKind(SyntaxKind.WhileBlock) AndAlso
EditAndContinue\SyntaxComparer.vb (3)
369SyntaxKind.WhileBlock 944SyntaxKind.WhileBlock 952Case SyntaxKind.WhileBlock
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (1)
1668Case SyntaxKind.WhileBlock
GoToDefinition\VisualBasicGoToDefinitionSymbolService.vb (1)
103While node IsNot Nothing AndAlso Not node.IsKind(SyntaxKind.WhileBlock)
LambdaUtilities.vb (1)
647Case SyntaxKind.WhileBlock,
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Syntax\SyntaxFactsTest.vb (1)
95Assert.Equal("While", SyntaxFacts.GetBlockName(SyntaxKind.WhileBlock))
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
SyntaxNodeExtensions.vb (2)
482Case SyntaxKind.WhileBlock, 544Case SyntaxKind.WhileBlock