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