1 instantiation of KeySequence
System.Private.Xml (1)
System\Xml\Schema\ConstraintStruct.cs (1)
111
KeySequence ks = new
KeySequence
(_cs.TableDim, errline, errcol);
13 references to KeySequence
System.Private.Xml (13)
System\Xml\Schema\ConstraintStruct.cs (9)
48
internal
KeySequence
Ks; // associated with a keysequence it will fills in
55
internal LocatedActiveAxis(Asttree astfield,
KeySequence
ks, int column) : base(astfield)
62
internal void Reactivate(
KeySequence
ks)
111
KeySequence
ks = new KeySequence(_cs.TableDim, errline, errcol);
142
public
KeySequence
PopKS()
151
public
KeySequence
ks; // ks of selector when it matches and assigned -- needs to new each time
154
public KSStruct(
KeySequence
ks, int dim)
492
if (other is
KeySequence
keySequence)
506
Debug.Fail($"{nameof(other)} is not of type {nameof(
KeySequence
)}");
System\Xml\Schema\XmlSchemaValidator.cs (2)
2383
KeySequence
ks = constraints[i].axisSelector.PopKS();
2460
foreach (
KeySequence
? ks in vcs[i].keyrefTable!.Keys)
System\Xml\Schema\XsdValidator.cs (2)
1067
KeySequence
ks = constraints[i].axisSelector.PopKS();
1139
foreach (
KeySequence
? ks in vcs[i].keyrefTable!.Keys)