2 instantiations of ConstraintStruct
System.Xml (2)
System\Xml\Schema\XmlSchemaValidator.cs (1)
1813
context.Constr[id++] = new
ConstraintStruct
(currentElementDecl.Constraints[i]);
System\Xml\Schema\XsdValidator.cs (1)
715
context.Constr[id++] = new
ConstraintStruct
(context.ElementDecl.Constraints[i]);
15 references to ConstraintStruct
System.Xml (15)
System\Xml\Schema\ConstraintStruct.cs (2)
76
private
ConstraintStruct
cs; // pointer of constraintstruct, to enable 6
88
public SelectorActiveAxis(Asttree axisTree,
ConstraintStruct
cs) : base(axisTree) {
System\Xml\Schema\ValidationState.cs (1)
36
public
ConstraintStruct
[] Constr;
System\Xml\Schema\XmlSchemaValidator.cs (6)
1809
context.Constr = new
ConstraintStruct
[currentElementDecl.Constraints.Length];
1828
ConstraintStruct
[] constraintStructures = ((ValidationState)this.validationStack[level]).Constr;
1870
ConstraintStruct
[] constraintStructures = ((ValidationState)this.validationStack[i]).Constr;
1915
ConstraintStruct
[] constraintStructures = ((ValidationState)this.validationStack[ci]).Constr;
1953
ConstraintStruct
[] constraints = ((ValidationState)this.validationStack[ci]).Constr;
2048
ConstraintStruct
[] vcs = ((ValidationState)(this.validationStack[this.validationStack.Length - 1])).Constr;
System\Xml\Schema\XsdValidator.cs (6)
712
context.Constr = new
ConstraintStruct
[context.ElementDecl.Constraints.Length];
730
ConstraintStruct
[] constraints = ((ValidationState) this.validationStack[level]).Constr;
768
ConstraintStruct
[] constraints = ((ValidationState)this.validationStack[i]).Constr;
814
ConstraintStruct
[] constraints = ((ValidationState)this.validationStack[ci]).Constr;
857
ConstraintStruct
[] constraints = ((ValidationState)this.validationStack[ci]).Constr;
942
ConstraintStruct
[] vcs = ((ValidationState)(this.validationStack[this.validationStack.Length - 1])).Constr;