2 references to WhileOrUntilKeyword
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\Syntax.xml.Internal.Generated.vb (1)
39670
Dim newWhileOrUntilKeyword = DirectCast(Visit(node.
WhileOrUntilKeyword
), KeywordSyntax)
Parser\BlockContexts\DoLoopBlockContext.vb (1)
39
Dim keyword = Parser.ReportSyntaxError(whileUntilClause.
WhileOrUntilKeyword
, ERRID.ERR_LoopDoubleCondition)