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