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