2 writes to next
System.Xml (2)
System\Xml\Cache\XPathNodeInfoAtom.cs (2)
129
this.
next
= null;
227
set { this.
next
= value; }
1 reference to next
System.Xml (1)
System\Xml\Cache\XPathNodeInfoAtom.cs (1)
226
get { return this.
next
; }