3 writes to next
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (3)
136
this.
next
= null;
1381
un.
next
= loggedUn.next;
1382
loggedUn.
next
= un;
2 references to next
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (2)
434
tmpUn = tmpUn.
next
;
1381
un.next = loggedUn.
next
;