3 references to CurNode
System.Data.Common (3)
System\Xml\DataDocumentXPathNavigator.cs (3)
147if (otherDataDocXPathNav != null && _curNode.MoveTo(otherDataDocXPathNav.CurNode)) 165_doc == otherDataDocXPathNav.Document && _curNode.IsSamePosition(otherDataDocXPathNav.CurNode)) 192_curNode.ComparePosition(otherDataDocXPathNav.CurNode);