1 instantiation of KeySequence
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\ConstraintStruct.cs (1)
114KeySequence ks = new KeySequence(_cs.TableDim, errline, errcol);
13 references to KeySequence
dotnet-svcutil-lib (13)
FrameworkFork\Microsoft.Xml\Xml\schema\ConstraintStruct.cs (9)
46internal KeySequence Ks; // associated with a keysequence it will fills in 53internal LocatedActiveAxis(Asttree astfield, KeySequence ks, int column) : base(astfield) 60internal void Reactivate(KeySequence ks) 114KeySequence ks = new KeySequence(_cs.TableDim, errline, errcol); 145public KeySequence PopKS() 154public KeySequence ks; // ks of selector when it matches and assigned -- needs to new each time 157public KSStruct(KeySequence ks, int dim) 516KeySequence keySequence = (KeySequence)other;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (2)
2401KeySequence ks = constraints[i].axisSelector.PopKS(); 2475foreach (KeySequence ks in vcs[i].keyrefTable.Keys)
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (2)
1084KeySequence ks = constraints[i].axisSelector.PopKS(); 1156foreach (KeySequence ks in vcs[i].keyrefTable.Keys)