1 write to _doc
System.Private.Xml (1)
System\Xml\Cache\XPathNodeInfoAtom.cs (1)
132
_doc
= doc;
3 references to _doc
System.Private.Xml (3)
System\Xml\Cache\XPathNodeInfoAtom.cs (3)
213
get { return
_doc
; }
292
Debug.Assert((object?)
_doc
== (object?)other.
_doc
);