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