17 references to Helpers
System.Data.Common (17)
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 (5)
757if (!Helpers.IsTextLikeNode(node)) 2304if (!bTextLikeNode || !Helpers.IsTextLikeNode(child)) 2317while (node != null && Helpers.IsTextLikeNode(node)) 2950if (Helpers.IsTextNode(node.NodeType)) 2966while (prevSib != null && Helpers.IsTextNode(prevSib.NodeType))
System\Xml\XPathNodePointer.cs (8)
51Debug.Assert(XmlDataDocument.Helpers.IsTextNode(node.NodeType)); 76if (XmlDataDocument.Helpers.IsTextNode(node.NodeType)) 311if (XmlDataDocument.Helpers.IsTextNode(_node.NodeType)) 318while (n != null && XmlDataDocument.Helpers.IsTextNode(n.NodeType)) 760bool bTextLike = XmlDataDocument.Helpers.IsTextNode(_node.NodeType); 766} while (n != null && bTextLike && XmlDataDocument.Helpers.IsTextNode(n.NodeType)); 806bool bTextLike = XmlDataDocument.Helpers.IsTextNode(_node.NodeType); 812} while (n != null && bTextLike && XmlDataDocument.Helpers.IsTextNode(n.NodeType));