3 writes to _doc
System.Data (3)
fx\src\data\System\NewXml\DataDocumentXPathNavigator.cs (3)
21
_doc
= doc;
27
this.
_doc
= other._doc;
159
_doc
= _curNode.Document;
5 references to _doc
System.Data (5)
fx\src\data\System\NewXml\DataDocumentXPathNavigator.cs (5)
27
this._doc = other.
_doc
;
34
internal XmlDataDocument Document { get { return
_doc
; } }
62
public override XmlNameTable NameTable { get { return
_doc
.NameTable; } }
178
if ( this.
_doc
== otherDataDocXPathNav.Document && this._curNode.IsSamePosition(otherDataDocXPathNav.CurNode) )
194
if ( otherDataDocXPathNav == null || otherDataDocXPathNav.Document != this.
_doc
)