2 writes to next
System.Xml (2)
System\Xml\Schema\Asttree.cs (2)
347set { this.next = value; } 353this.next = null;
1 reference to next
System.Xml (1)
System\Xml\Schema\Asttree.cs (1)
346get { return this.next; }