1 write to IDs
System.Xml (1)
System\Xml\Schema\XmlSchemaValidator.cs (1)
1598IDs = new Hashtable();
6 references to IDs
System.Xml (6)
System\Xml\Schema\XmlSchemaValidator.cs (6)
233if (IDs != null) { 234IDs.Clear(); 1597if (IDs == null) { //ADD ID 1600IDs.Add(name, context.LocalName); 1690return IDs == null ? null : IDs[name];