13 references to LoopKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Main.Generated.vb (2)
3400Dim newLoopKeyword = DirectCast(VisitToken(node.LoopKeyword).Node, InternalSyntax.KeywordSyntax) 3401If node.LoopKeyword.Node IsNot newLoopKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (2)
18283return Update(Me.Kind, Me.LoopKeyword, whileOrUntilClause) 18327If kind <> Me.Kind OrElse loopKeyword <> Me.LoopKeyword OrElse whileOrUntilClause IsNot Me.WhileOrUntilClause Then
Microsoft.CodeAnalysis.VisualBasic.Features (3)
CodeFixes\GenerateEndConstruct\GenerateEndConstructCodeFixProvider.vb (1)
248stringToAppend = vbCrLf & SyntaxFacts.GetText(loopStatement.LoopKeyword.Kind) & vbCrLf
Highlighting\KeywordHighlighters\DoLoopBlockHighlighter.vb (2)
50highlights.Add(TextSpan.FromBounds(.LoopKeyword.SpanStart, .WhileOrUntilClause.WhileOrUntilKeyword.Span.End)) 52highlights.Add(.LoopKeyword.Span)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (6)
Generated\Syntax.Test.xml.Generated.vb (6)
20032Assert.NotNull(objectUnderTest.loopKeyword) 20033Dim withObj = objectUnderTest.WithLoopKeyword(objectUnderTest.LoopKeyword).WithWhileOrUntilClause(objectUnderTest.WhileOrUntilClause) 20040Assert.NotNull(objectUnderTest.loopKeyword) 20041Dim withObj = objectUnderTest.WithLoopKeyword(objectUnderTest.LoopKeyword).WithWhileOrUntilClause(objectUnderTest.WhileOrUntilClause) 20048Assert.NotNull(objectUnderTest.loopKeyword) 20049Dim withObj = objectUnderTest.WithLoopKeyword(objectUnderTest.LoopKeyword).WithWhileOrUntilClause(objectUnderTest.WhileOrUntilClause)