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