2 writes to next
System.Private.Xml (2)
System\Xml\Schema\Asttree.cs (2)
414set { this.next = value; } 421this.next = null;
1 reference to next
System.Private.Xml (1)
System\Xml\Schema\Asttree.cs (1)
413get { return this.next; }