3 writes to _doc
System.Data.Common (3)
System\Xml\DataDocumentXPathNavigator.cs (3)
24_doc = doc; 31_doc = other._doc; 137_doc = _curNode.Document;
5 references to _doc
System.Data.Common (5)
System\Xml\DataDocumentXPathNavigator.cs (5)
31_doc = other._doc; 37internal XmlDataDocument Document => _doc; 65public override XmlNameTable NameTable => _doc.NameTable; 153_doc == otherDataDocXPathNav.Document && _curNode.IsSamePosition(otherDataDocXPathNav.CurNode)) 174return otherDataDocXPathNav == null || otherDataDocXPathNav.Document != _doc ?