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