7 references to IsTextLikeNode
System.Data.Common (7)
System\Xml\RegionIterator.cs (4)
151Debug.Assert(!XmlDataDocument.Helpers.IsTextLikeNode(n)); 178if (XmlDataDocument.Helpers.IsTextLikeNode(n) && (n.NextSibling == null || !XmlDataDocument.Helpers.IsTextLikeNode(n.NextSibling))) 187while (n != null && XmlDataDocument.Helpers.IsTextLikeNode(n))
System\Xml\XmlDataDocument.cs (3)
757if (!Helpers.IsTextLikeNode(node)) 2304if (!bTextLikeNode || !Helpers.IsTextLikeNode(child)) 2317while (node != null && Helpers.IsTextLikeNode(node))