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