2 writes to keyrefTable
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaValidator.cs (1)
2186constraintStructures[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)
2184if (constraintStructures[j].keyrefTable == null) 2188_context.Constr[i].qualifiedTable = constraintStructures[j].keyrefTable; 2451|| (vcs[i].keyrefTable == null)) 2455foreach (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)