2 references to 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]);