3 references to HasAnyChildren
VisualBasicSyntaxGenerator (3)
XML\ParseTreeDescription.vb (2)
77Return struct.Children.Count > 0 OrElse (struct.ParentStructure IsNot Nothing AndAlso HasAnyChildren(struct.ParentStructure)) 307Return IsToken OrElse (Not ParseTree.HasAnyChildren(Me) AndAlso Not Me.Abstract)
XML\TreeValidator.vb (1)
27Dim hasAnyChildren As Boolean = tree.HasAnyChildren(nodeStructure)