1 write to _owner
System.Data.Common (1)
System\Xml\XPathNodePointer.cs (1)
108_owner = new WeakReference(owner);
3 references to _owner
System.Data.Common (3)
System\Xml\XPathNodePointer.cs (3)
1057XPathNodePointer xp1 = Clone((DataDocumentXPathNavigator)(_owner.Target!)); 1058XPathNodePointer xp2 = other.Clone((DataDocumentXPathNavigator)(other._owner.Target!)); 1663return _owner.IsAlive;