2 references to ConstraintStruct
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaValidator.cs (1)
2164
_context.Constr[id++] = new
ConstraintStruct
(currentElementDecl.Constraints[i]);
System\Xml\Schema\XsdValidator.cs (1)
854
context.Constr[id++] = new
ConstraintStruct
(context.ElementDecl.Constraints[i]);