2 references to ConstraintStruct
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
2192
_context.Constr[id++] = new
ConstraintStruct
(currentElementDecl.Constraints[i]);
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (1)
872
context.Constr[id++] = new
ConstraintStruct
(context.ElementDecl.Constraints[i]);