1 write to doc
System.Xml (1)
System\Xml\Cache\XPathNodeInfoAtom.cs (1)
126
this.
doc
= doc;
3 references to doc
System.Xml (3)
System\Xml\Cache\XPathNodeInfoAtom.cs (3)
198
get { return this.
doc
; }
263
Debug.Assert((object) this.
doc
== (object) that.
doc
);