48 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)
286SyntaxKind.WhileBlock,
Generated\Syntax.xml.Internal.Generated.vb (4)
37647Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.WhileBlock, whileStatement, statements.Node, endWhileStatement, hash) 37652Dim result = New WhileBlockSyntax(SyntaxKind.WhileBlock, whileStatement, statements.Node, endWhileStatement) 49713Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.WhileBlock, whileStatement, statements.Node, endWhileStatement, _factoryContext, hash) 49718Dim 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)
1284SyntaxKind.WhileBlock,
Parser\BlockContexts\BlockContext.vb (5)
487Return New StatementBlockContext(SyntaxKind.WhileBlock, DirectCast(node, StatementSyntax), Me) 513SyntaxKind.WhileBlock, 546Case SyntaxKind.WhileBlock 690Case SyntaxKind.WhileBlock 793Case 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)
655Case 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)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\SyntaxNodeExtensions.vb (2)
483Case SyntaxKind.WhileBlock, 545Case 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)
367SyntaxKind.WhileBlock 946SyntaxKind.WhileBlock 954Case SyntaxKind.WhileBlock
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (1)
1233Case SyntaxKind.WhileBlock
GoToDefinition\VisualBasicGoToDefinitionSymbolService.vb (1)
120While node IsNot Nothing AndAlso Not node.IsKind(SyntaxKind.WhileBlock)
src\roslyn\src\Compilers\VisualBasic\Portable\Syntax\LambdaUtilities.vb (1)
655Case SyntaxKind.WhileBlock,
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\SyntaxNodeExtensions.vb (2)
483Case SyntaxKind.WhileBlock, 545Case SyntaxKind.WhileBlock
Roslyn.Diagnostics.VisualBasic.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\SyntaxNodeExtensions.vb (2)
483Case SyntaxKind.WhileBlock, 545Case SyntaxKind.WhileBlock