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