18 references to ExitWhileStatement
Microsoft.CodeAnalysis.VisualBasic (18)
Binding\Binder_Statements.vb (3)
115SyntaxKind.ExitWhileStatement, 2864exitLabel:=loopBodyBinder.GetExitLabel(SyntaxKind.ExitWhileStatement)) 4909Case SyntaxKind.ExitWhileStatement : id = ERRID.ERR_ExitWhileNotWithinWhile
Binding\LocalBinderBuilder.vb (1)
205continueKind:=SyntaxKind.ContinueWhileStatement, exitKind:=SyntaxKind.ExitWhileStatement)
Binding\MemberSemanticModel.vb (1)
296SyntaxKind.ExitWhileStatement,
Generated\Syntax.xml.Internal.Generated.vb (4)
38282Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.ExitWhileStatement, exitKeyword, blockKeyword, hash) 38287Dim result = New ExitStatementSyntax(SyntaxKind.ExitWhileStatement, exitKeyword, blockKeyword) 50348Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.ExitWhileStatement, exitKeyword, blockKeyword, _factoryContext, hash) 50353Dim result = New ExitStatementSyntax(SyntaxKind.ExitWhileStatement, exitKeyword, blockKeyword, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (6)
13639Return New ExitStatementSyntax(SyntaxKind.ExitWhileStatement, Nothing, Nothing, DirectCast(exitKeyword.Node, InternalSyntax.KeywordSyntax), DirectCast(blockKeyword.Node, InternalSyntax.KeywordSyntax)) 13702Case SyntaxKind.ExitWhileStatement 35874SyntaxKind.ExitWhileStatement, 36168SyntaxKind.ExitWhileStatement, 36470SyntaxKind.ExitWhileStatement, 44362SyntaxKind.ExitWhileStatement
Generated\Syntax.xml.Syntax.Generated.vb (1)
13846''' <item><description><see cref="SyntaxKind.ExitWhileStatement"/></description></item>
Parser\ParseStatement.vb (2)
118kind = SyntaxKind.ExitWhileStatement 174kind = SyntaxKind.ExitWhileStatement