1 write to IDs
System.Xml (1)
System\Xml\Schema\XdrValidator.cs (1)
526
IDs
= new Hashtable();
4 references to IDs
System.Xml (4)
System\Xml\Schema\XdrValidator.cs (4)
525
if (
IDs
== null) {
529
IDs
.Add(name, node);
533
return
IDs
== null ? null :
IDs
[name];