1 instantiation of KeySequence
System.Xml (1)
System\Xml\Schema\ConstraintStruct.cs (1)
105KeySequence ks = new KeySequence(cs.TableDim, errline, errcol);
13 references to KeySequence
System.Xml (13)
System\Xml\Schema\ConstraintStruct.cs (9)
46internal KeySequence Ks; // associated with a keysequence it will fills in 52internal LocatedActiveAxis (Asttree astfield, KeySequence ks, int column) : base (astfield) { 58internal void Reactivate(KeySequence ks) { 105KeySequence ks = new KeySequence(cs.TableDim, errline, errcol); 132public KeySequence PopKS () { 140public KeySequence ks; // ks of selector when it matches and assigned -- needs to new each time 143public KSStruct(KeySequence ks, int dim) { 424KeySequence keySequence = (KeySequence)other;
System\Xml\Schema\XmlSchemaValidator.cs (2)
1992KeySequence ks = constraints[i].axisSelector.PopKS(); 2057foreach (KeySequence ks in vcs[i].keyrefTable.Keys) {
System\Xml\Schema\XsdValidator.cs (2)
889KeySequence ks = constraints[i].axisSelector.PopKS(); 950foreach (KeySequence ks in vcs[i].keyrefTable.Keys) {