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