2 writes to keyrefTable
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaValidator.cs (1)
2191constraintStructures[j].keyrefTable = new Hashtable();
System\Xml\Schema\XsdValidator.cs (1)
881constraints[j].keyrefTable = new Hashtable();
8 references to keyrefTable
System.Private.Xml (8)
System\Xml\Schema\XmlSchemaValidator.cs (4)
2189if (constraintStructures[j].keyrefTable == null) 2193_context.Constr[i].qualifiedTable = constraintStructures[j].keyrefTable; 2456|| (vcs[i].keyrefTable == null)) 2460foreach (KeySequence? ks in vcs[i].keyrefTable!.Keys)
System\Xml\Schema\XsdValidator.cs (4)
879if (constraints[j].keyrefTable == null) 883context.Constr[i].qualifiedTable = constraints[j].keyrefTable; 1135|| (vcs[i].keyrefTable == null)) 1139foreach (KeySequence? ks in vcs[i].keyrefTable!.Keys)