2 references to EndWhileStatement
Microsoft.CodeAnalysis.VisualBasic (2)
Parser\BlockContexts\BlockContext.vb (1)
691
endStmt = SyntaxFactory.
EndWhileStatement
(missingEndKeyword, InternalSyntaxFactory.MissingKeyword(SyntaxKind.WhileKeyword))
Parser\ParseStatement.vb (1)
512
statement = SyntaxFactory.
EndWhileStatement
(missingEndKeyword, InternalSyntaxFactory.MissingKeyword(SyntaxKind.WhileKeyword))