29 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)
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)
651Case SyntaxKind.WhileBlock,
Syntax\SyntaxFacts.vb (2)
383Case SyntaxKind.WhileBlock 713Case SyntaxKind.WhileBlock
Syntax\SyntaxKindFacts.vb (2)
545Case SyntaxKind.WhileBlock, 559Case SyntaxKind.WhileBlock,