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