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