5 references to IsValidChild
System.Data.Common (5)
System\Xml\XPathNodePointer.cs (5)
767
} while (n != null && !
IsValidChild
(parent, n));
813
} while (n != null && !
IsValidChild
(parent, n));
876
if (
IsValidChild
(parent, n))
918
if (
IsValidChild
(_node, n))
962
if (
IsValidChild
(_node, n))