1 write to IDs
System.Xml (1)
System\Xml\Schema\XsdValidator.cs (1)
637
IDs
= new Hashtable();
4 references to IDs
System.Xml (4)
System\Xml\Schema\XsdValidator.cs (4)
636
if (
IDs
== null) {
640
IDs
.Add(name, node);
644
return
IDs
== null ? null :
IDs
[name];