4 references to WhileKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Main.Generated.vb (2)
3430
Dim newWhileKeyword = DirectCast(VisitToken(node.
WhileKeyword
).Node, InternalSyntax.KeywordSyntax)
3431
If node.
WhileKeyword
.Node IsNot newWhileKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (2)
18515
return Update(Me.
WhileKeyword
, condition)
18556
If whileKeyword <> Me.
WhileKeyword
OrElse condition IsNot Me.Condition Then