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