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