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