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