3 references to CurNode
System.Data (3)
fx\src\data\System\NewXml\DataDocumentXPathNavigator.cs (3)
158
if ( _curNode.MoveTo( otherDataDocXPathNav.
CurNode
) ) {
178
if ( this._doc == otherDataDocXPathNav.Document && this._curNode.IsSamePosition(otherDataDocXPathNav.
CurNode
) )
197
return this._curNode.ComparePosition( otherDataDocXPathNav.
CurNode
);