3 writes to next
System.Xml (3)
System\Xml\Schema\DtdParser.cs (3)
136this.next = null; 1412un.next = loggedUn.next; 1413loggedUn.next = un;
3 references to next
System.Xml (3)
System\Xml\Schema\DtdParser.cs (2)
419tmpUn = tmpUn.next; 1412un.next = loggedUn.next;
System\Xml\Schema\DtdParserAsync.cs (1)
62tmpUn = tmpUn.next;