3 references to IsSamePosition
System.Data (3)
fx\src\data\System\NewXml\DataDocumentXPathNavigator.cs (1)
178if ( this._doc == otherDataDocXPathNav.Document && this._curNode.IsSamePosition(otherDataDocXPathNav.CurNode) )
fx\src\data\System\NewXml\XPathNodePointer.cs (2)
960if ( xp1.IsSamePosition( other ) ) 983if ( IsSamePosition( other ) )