3 writes to _doc
System.Data.Common (3)
System\Xml\DataDocumentXPathNavigator.cs (3)
23_doc = doc; 31_doc = other._doc; 149_doc = _curNode.Document;
5 references to _doc
System.Data.Common (5)
System\Xml\DataDocumentXPathNavigator.cs (5)
31_doc = other._doc; 39internal XmlDataDocument Document => _doc; 69public override XmlNameTable NameTable => _doc.NameTable; 165_doc == otherDataDocXPathNav.Document && _curNode.IsSamePosition(otherDataDocXPathNav.CurNode)) 190return otherDataDocXPathNav == null || otherDataDocXPathNav.Document != _doc ?