1 write to IDs
System.Xml (1)
System\Xml\Schema\DtdValidator.cs (1)
348
IDs
= new Hashtable();
4 references to IDs
System.Xml (4)
System\Xml\Schema\DtdValidator.cs (4)
347
if (
IDs
== null) {
351
IDs
.Add(name, node);
355
return
IDs
== null ? null :
IDs
[name];