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