12 references to DoKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Main.Generated.vb (2)
3385Dim newDoKeyword = DirectCast(VisitToken(node.DoKeyword).Node, InternalSyntax.KeywordSyntax) 3386If node.DoKeyword.Node IsNot newDoKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (2)
18163return Update(Me.Kind, Me.DoKeyword, whileOrUntilClause) 18207If kind <> Me.Kind OrElse doKeyword <> Me.DoKeyword OrElse whileOrUntilClause IsNot Me.WhileOrUntilClause Then
Microsoft.CodeAnalysis.VisualBasic.Features (2)
Highlighting\KeywordHighlighters\DoLoopBlockHighlighter.vb (2)
38highlights.Add(TextSpan.FromBounds(.DoKeyword.SpanStart, .WhileOrUntilClause.WhileOrUntilKeyword.Span.End)) 40highlights.Add(.DoKeyword.Span)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (6)
Generated\Syntax.Test.xml.Generated.vb (6)
20008Assert.NotNull(objectUnderTest.doKeyword) 20009Dim withObj = objectUnderTest.WithDoKeyword(objectUnderTest.DoKeyword).WithWhileOrUntilClause(objectUnderTest.WhileOrUntilClause) 20016Assert.NotNull(objectUnderTest.doKeyword) 20017Dim withObj = objectUnderTest.WithDoKeyword(objectUnderTest.DoKeyword).WithWhileOrUntilClause(objectUnderTest.WhileOrUntilClause) 20024Assert.NotNull(objectUnderTest.doKeyword) 20025Dim withObj = objectUnderTest.WithDoKeyword(objectUnderTest.DoKeyword).WithWhileOrUntilClause(objectUnderTest.WhileOrUntilClause)