2 writes to keyrefTable
System.Xml (2)
System\Xml\Schema\XmlSchemaValidator.cs (1)
1833constraintStructures[j].keyrefTable = new Hashtable();
System\Xml\Schema\XsdValidator.cs (1)
735constraints[j].keyrefTable = new Hashtable();
8 references to keyrefTable
System.Xml (8)
System\Xml\Schema\XmlSchemaValidator.cs (4)
1832if (constraintStructures[j].keyrefTable == null) { 1835context.Constr[i].qualifiedTable = constraintStructures[j].keyrefTable; 2054|| (vcs[i].keyrefTable == null)) { 2057foreach (KeySequence ks in vcs[i].keyrefTable.Keys) {
System\Xml\Schema\XsdValidator.cs (4)
734if (constraints[j].keyrefTable == null) { 737context.Constr[i].qualifiedTable = constraints[j].keyrefTable; 947|| (vcs[i].keyrefTable == null)) { 950foreach (KeySequence ks in vcs[i].keyrefTable.Keys) {